Skip to content

Commit 7a2a9a5

Browse files
authored
Merge pull request #31 from vitekkor/#30_disable_starting_CI_on_push_to_any_branch
#30: disable starting CI on push to any branch
2 parents 05e8ab6 + 91bc1c5 commit 7a2a9a5

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)