Skip to content

Commit 9585008

Browse files
committed
ci(gh-action): remove action trigger on dev branch
1 parent 060b441 commit 9585008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
pull_request:
8-
branches: [main, develop]
8+
branches: [main]
99

1010
jobs:
1111
linux-job:

0 commit comments

Comments
 (0)