Skip to content

Commit 8771cb8

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches: [ staging, trying, master ]
4+
pull_request:
25

36
name: Continuous integration
47

0 commit comments

Comments
 (0)