Skip to content

Commit 4156aec

Browse files
authored
Ci on develop (#308)
* updated ci and gitleaks check branches * added an old branch back to gitleaks
1 parent 425b77b commit 4156aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: gitleaks
33
on:
44
pull_request:
55
types: [opened, reopened, edited, synchronize]
6-
branches: ["main", "CertiK_audit"]
6+
branches: ["main", "develop", "release*", "CertiK_audit"]
77

88
workflow_dispatch:
99

.github/workflows/linter_ci_js_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
types: [opened, reopened, edited, synchronize]
6-
branches: ["main", "CertiK_audit"]
6+
branches: ["main", "develop", "release*"]
77

88
workflow_dispatch:
99

0 commit comments

Comments
 (0)