Skip to content

Commit

Permalink
Add self to filters
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 26, 2024
1 parent d32999e commit f685c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'c/**'
- '!c/README.rst'
- '.github/workflows/c.yml'
schedule:
- cron: "0 0 1 * *"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- 'javascript/**'
- 'python/**'
- '!*/README.rst'
- '.github/workflows/codeql.yml'
pull_request:
schedule:
- cron: '29 10 * * 4'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'cplusplus/**'
- '!cplusplus/README.rst'
- '.github/workflows/cplusplus.yml'
schedule:
- cron: "0 0 1 * *"

Expand Down

0 comments on commit f685c54

Please sign in to comment.