Skip to content

Commit 84752ab

Browse files
committed
chore: remove branch restrictions from pull request triggers in build workflow
1 parent 34a8e75 commit 84752ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ on:
66
- src/**
77
- xmake.lua
88
- .github/workflows/build.yml
9-
branches:
10-
- develop
119
pull_request:
1210
paths:
1311
- src/**
1412
- xmake.lua
1513
- .github/workflows/build.yml
16-
branches:
17-
- develop
1814
workflow_dispatch:
1915

2016
env:

0 commit comments

Comments
 (0)