aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/compile.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index e695a3a..3f03c40 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -1,10 +1,13 @@
name: build all
on:
- push:
- branches: [ "trunk" ]
- pull_request:
- branches: [ "trunk" ]
+ # all branches:
+ [ push, pull_request ]
+ # trunk only:
+ #push:
+ # branches: [ "trunk" ]
+ #pull_request:
+ # branches: [ "trunk" ]
jobs:
compile: