aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSelene ToyKeeper2024-03-29 07:02:59 -0600
committerSelene ToyKeeper2024-03-29 07:02:59 -0600
commitcca0c62c79c32904546c2a41de41ebdcbea84215 (patch)
treeefb5d092bd8e225d78eccc8a7287966694f5b1d2 /.github
parentMerge branch 'pr46-SiteRelEnby-bugfix-tacmode-without-momentary' into trunk (diff)
parentMerge branch 'manual-actions' of github.com:SiteRelEnby/anduril into pr52-Sit... (diff)
downloadanduril-cca0c62c79c32904546c2a41de41ebdcbea84215.tar.gz
anduril-cca0c62c79c32904546c2a41de41ebdcbea84215.tar.bz2
anduril-cca0c62c79c32904546c2a41de41ebdcbea84215.zip
Merge branch 'pr52-SiteRelEnby-manual-actions' into trunk
* pr52-SiteRelEnby-manual-actions: Allow manually running GitHub actions workflows
Diffstat (limited to '')
-rw-r--r--.github/workflows/compile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index 2ba771f..c77ac85 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -2,7 +2,7 @@ name: build all
on:
# all branches:
- [ push, pull_request ]
+ [ push, pull_request, workflow_dispatch ]
# trunk only:
#push:
# branches: [ "trunk" ]