Skip to content

Commit aaf8f5a

Browse files
committed
Run release workflow only on push to master
1 parent 09b629c commit aaf8f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "Release"
22
on:
33
push:
4+
branches:
5+
- master
46
jobs:
57
tests:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)