Skip to content

Commit d1c8170

Browse files
committed
fix(actions): finer actions
1 parent d3bab32 commit d1c8170

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "CodeQL"
22

33
on:
44
push:
5+
branches: [master]
56
pull_request:
67
workflow_dispatch:
78
schedule:

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "requirements/**"
99
- "*.toml"
1010
- "*.py"
11+
branches: [master]
1112
pull_request:
1213
paths:
1314
- "discord/**"

.github/workflows/docs-localization-upload.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: "Multilingual Docs Upload"
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches: [master]
76
workflow_dispatch:
87

98
permissions: write-all

.github/workflows/lib-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "*.toml"
99
- "*.py"
1010
- ".*"
11+
branches: [master]
1112
pull_request:
1213
paths:
1314
- "discord/**"

0 commit comments

Comments
 (0)