Skip to content

Commit

Permalink
fix(actions): finer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 16, 2024
1 parent d3bab32 commit d1c8170
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "CodeQL"

on:
push:
branches: [master]
pull_request:
workflow_dispatch:
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "requirements/**"
- "*.toml"
- "*.py"
branches: [master]
pull_request:
paths:
- "discord/**"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs-localization-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: "Multilingual Docs Upload"

on:
push:
branches:
- master
branches: [master]
workflow_dispatch:

permissions: write-all
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lib-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "*.toml"
- "*.py"
- ".*"
branches: [master]
pull_request:
paths:
- "discord/**"
Expand Down

0 comments on commit d1c8170

Please sign in to comment.