Skip to content

Commit 5adc19f

Browse files
authored
Merge pull request #77 from OpenSmock/labordep-patch-1
Update build.yml
2 parents fcf0add + a9b7ef5 commit 5adc19f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- '**'
7+
- '!master'
78
pull_request:
8-
branches:
9-
- 'master'
9+
types: [assigned, opened, synchronize, reopened]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)