diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/validate.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7f022c76c..eed3036b2 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -4,6 +4,8 @@ on: pull_request: types: [opened, reopened, synchronize] branches: [ main ] + push: + branches: [ main ] jobs: cancel-old-build: |