Skip to content

Commit a40a659

Browse files
committed
chore: Update workflows to only trigger on main branch
1 parent 16daebf commit a40a659

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CodeQL
22

33
on:
44
push:
5-
branches: ["develop", "main"]
5+
branches:
6+
- main
7+
# - develop
68

79
jobs:
810
analyze:

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Test Lint and Build
22

33
on:
44
push:
5-
branches: ["develop", "main"]
5+
branches:
6+
- main
7+
# - develop
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)