Skip to content

Commit 237e51c

Browse files
committed
chore: Remove branch restrictions for CI workflow on push and pull request events
1 parent 38ee5aa commit 237e51c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@ name: '[CI] Proto Tools'
22

33
on:
44
push:
5-
branches:
6-
- prerelease
75
paths:
86
- '.github/workflows/ci.yml'
97
- 'src/**'
108
- 'tests/**'
119
- 'Cargo.toml'
1210
pull_request:
13-
branches:
14-
- prerelease
1511
paths:
1612
- '.github/workflows/ci.yml'
1713
- 'src/**'

0 commit comments

Comments
 (0)