Skip to content

Commit 4b25db2

Browse files
committed
Update GitHub Actions workflow to allow pull requests from any branch. Changed the pull_request trigger to include all branches, enhancing flexibility in testing and integration processes.
1 parent 5100f80 commit 4b25db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, develop ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ '*' ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)