Skip to content

Commit 2634526

Browse files
committed
Try out whether a filter prevents building each PR twice
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent 639eb0d commit 2634526

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches: [ master ]
4+
pull_request:
5+
branches: [ master ]
26

37
name: Continuous integration
48

0 commit comments

Comments
 (0)