Skip to content

Commit

Permalink
Made GitHub Actions run on every pull request irrespective of the fil…
Browse files Browse the repository at this point in the history
…e changed
  • Loading branch information
AS1100K committed Feb 6, 2025
1 parent 9980988 commit b93ef46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/check-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
push:
branches: [main]
paths:
- '**.rs'
- '**.toml'
- "**.rs"
- "**.toml"
pull_request:
branches: [main]
paths:
- '**.rs'
- '**.toml'

jobs:
# Examples that will work with feature bot
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- "**.toml"
pull_request:
branches: [main]
paths:
- "**.rs"
- "**.toml"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit b93ef46

Please sign in to comment.