Skip to content

Commit 91bc1c5

Browse files
committed
#30: disable starting CI on push to any branch
1 parent 05e8ab6 commit 91bc1c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI
22

33
on:
44
push:
5+
branches: [ "master" ]
56
pull_request:
67
branches: [ "master" ]
78
workflow_dispatch:

0 commit comments

Comments
 (0)