Skip to content

Commit 2f92776

Browse files
authored
Merge pull request #4 from ageha734/prerelease
chore: Remove branch restrictions for CI workflow on push and pull re…
2 parents 571f395 + 237e51c commit 2f92776

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)