Skip to content

Commit 338de70

Browse files
Keep extension deploy manual
1 parent 7fe2d6a commit 338de70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
)
4040
4141
deploy:
42-
if: github.repository == 'athasdev/athas' && github.ref == 'refs/heads/master' && github.event_name == 'push'
42+
if: github.repository == 'athasdev/athas' && github.ref == 'refs/heads/master' && github.event_name == 'workflow_dispatch'
4343
needs: validate
4444
runs-on: ubuntu-latest
4545
steps:

0 commit comments

Comments
 (0)