aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-06-02 01:08:34 +0200
committerDan Engelbrecht <[email protected]>2022-06-02 01:08:34 +0200
commit484423bf906149a823c97b0a7d201e1e76b30d06 (patch)
treee40c9b44e090e1c7982cfe14cb26a55b72e63f0a /.github/workflows
parentBump version and update changelog (diff)
downloadzen-484423bf906149a823c97b0a7d201e1e76b30d06.tar.xz
zen-484423bf906149a823c97b0a7d201e1e76b30d06.zip
trigger validation build on push to main
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/validate.yml2
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: