Skip to content

Commit 23f904c

Browse files
authored
Merge pull request #719 from lucaslorentz/dont-build-branches
Don't build branches without Pull Requests
2 parents 74af2ff + 99f64e5 commit 23f904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Pipeline
33
on:
44
push:
55
branches:
6-
- '*'
6+
- 'master'
77
tags:
88
- '*'
99
pull_request:

0 commit comments

Comments
 (0)