diff options
author | Hailey <me@haileyok.com> | 2024-04-03 16:00:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 16:00:52 -0700 |
commit | 8e882a45794e8274a5ea54d532e38c11b712a042 (patch) | |
tree | 2e4872ad870e514529d3aad2283736196f762cf2 /.github | |
parent | 295a0949f44ef332c7b33e3cd03d0c2ea89047cf (diff) | |
download | voidsky-8e882a45794e8274a5ea54d532e38c11b712a042.tar.zst |
run bundle/deploy on main pushes (#3391)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bundle-deploy-eas-update.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 1c7e57e5c..fe2bda695 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -2,6 +2,9 @@ name: Bundle and Deploy EAS Update on: + push: + branches: + - main workflow_dispatch: inputs: channel: |