Skip to content

Commit d84204b

Browse files
authored
Update release.yml
1 parent a9378d3 commit d84204b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: release
2-
on: push
3-
branches: [release-*]
2+
on:
3+
# Trigger the workflow on push or pull request,
4+
# but only for the main branch
5+
push:
6+
branches:
7+
- master
48
jobs:
59
release:
610
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)