Skip to content

Commit 8f79677

Browse files
Made the merge workflow with reusables the only one to run on push
1 parent a96a407 commit 8f79677

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/push-default-and-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Push Default and Deploy
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
workflow_dispatch:
3+
on: workflow_dispatch
4+
# push:
5+
# branches:
6+
# - main
7+
# workflow_dispatch:
88

99
permissions: # Permissions for OIDC
1010
id-token: write

0 commit comments

Comments
 (0)