Skip to content

Commit 9ff0638

Browse files
committed
chore(workflow): adjust workflow dispatch triggers
1 parent fcf89be commit 9ff0638

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: CodeQL
33

44
on:
55
push:
6-
branches: [ "main" ]
76
pull_request:
8-
branches: [ "main" ]
7+
workflow_dispatch:
98
schedule:
109
- cron: '42 5 * * 6'
1110

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Lint
22

33
on:
44
push:
5-
branches: [ main, develop ]
65
pull_request:
7-
branches: [ main, develop ]
6+
workflow_dispatch:
87

98
permissions:
109
contents: read

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
env:
89
# enable colored output

0 commit comments

Comments
 (0)