diff options
| author | Selene ToyKeeper | 2024-03-29 07:02:59 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2024-03-29 07:02:59 -0600 |
| commit | cca0c62c79c32904546c2a41de41ebdcbea84215 (patch) | |
| tree | efb5d092bd8e225d78eccc8a7287966694f5b1d2 /.github/workflows | |
| parent | Merge branch 'pr46-SiteRelEnby-bugfix-tacmode-without-momentary' into trunk (diff) | |
| parent | Merge branch 'manual-actions' of github.com:SiteRelEnby/anduril into pr52-Sit... (diff) | |
| download | anduril-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 '.github/workflows')
| -rw-r--r-- | .github/workflows/compile.yml | 2 |
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" ] |
