CICD: don't increment build number for pull requests

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-01-10 19:22:50 -08:00
parent eb4f3121bc
commit 9bf79c460a

View file

@ -3,9 +3,6 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}