Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 5, 2024
1 parent 348fceb commit 437c683
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/no-important-files-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: No important files changed

on:
pull_request_target:
types: [opened]
branches: [main]
paths:
- "exercises/concept/**"
- "exercises/practice/**"
- "!exercises/*/*/.approaches/**"
- "!exercises/*/*/.articles/**"
- "!exercises/*/*/.docs/**"
- "!exercises/*/*/.meta/**"
# types: [opened]
# branches: [main]
# paths:
# - "exercises/concept/**"
# - "exercises/practice/**"
# - "!exercises/*/*/.approaches/**"
# - "!exercises/*/*/.articles/**"
# - "!exercises/*/*/.docs/**"
# - "!exercises/*/*/.meta/**"

permissions:
pull-requests: write
Expand Down

0 comments on commit 437c683

Please sign in to comment.