Skip to content

Commit 9ff8c22

Browse files
committed
Trigger GitHub builds on any branch
1 parent 3a2afae commit 9ff8c22

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: CI
22

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

135
env:
146
BUILD_NUMBER: ${{ github.run_number }}

0 commit comments

Comments
 (0)