Skip to content

Commit c787feb

Browse files
committed
ci: don't run again on pull request from develop to main
1 parent 6786b03 commit c787feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: ['main', 'develop']
99
pull_request:
10-
branches: ['main', 'develop']
10+
branches: ['develop']
1111

1212
jobs:
1313
buildAndTest:

0 commit comments

Comments
 (0)