Skip to content

Commit

Permalink
remove branch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 23, 2024
1 parent 271c906 commit f3c570b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ on:
- 'docs/**'
- 'README.rst'
- '**/README.rst'
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '29 10 * * 4'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ on:
- 'docs/**'
- 'README.rst'
- '**/README.rst'
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '27 15 * * 5'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ on:
- 'docs/**'
- 'README.rst'
- '**/README.rst'
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '32 21 * * 4'

Expand Down

0 comments on commit f3c570b

Please sign in to comment.