Skip to content

Commit 776ba21

Browse files
authored
chore: enable push event in release workflow (#274)
Signed-off-by: behnazh-w <[email protected]>
1 parent ca09a85 commit 776ba21

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66

77
name: Check and Release
88
on:
9-
workflow_dispatch:
10-
# push:
11-
# branches:
12-
# - main
13-
# - staging
9+
push:
10+
branches:
11+
- main
12+
- staging
1413
permissions:
1514
contents: read
1615
env:

0 commit comments

Comments
 (0)