Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 7, 2024
1 parent 1742164 commit 6fedab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]
paths:
- '.cargo/**'
- '.github/workflows/rs-*.yml'
- '.github/workflows/rs-*.yml' # No biggie to trigger this on changes in rs-release.yml
- 'examples/**'
- 'rs/**'
- 'templates/**'
Expand All @@ -15,7 +15,7 @@ on:
pull_request:
paths:
- '.cargo/**'
- '.github/workflows/rs-*.yml'
- '.github/workflows/rs-*.yml' # No biggie to trigger this on changes in rs-release.yml
- 'examples/**'
- 'rs/**'
- 'templates/**'
Expand Down

0 comments on commit 6fedab9

Please sign in to comment.