Skip to content

Commit 4f5b247

Browse files
committed
gha: simplify selection of branches
Omit selecting branches; by default any branch is included. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9313c70 commit 4f5b247

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: ci
22

3-
on:
4-
pull_request:
5-
branches: '*'
6-
push:
7-
branches:
8-
- master
9-
- main
10-
- 'release-*'
3+
on: [push, pull_request]
114

125
jobs:
136
test:

0 commit comments

Comments
 (0)