Skip to content

Commit

Permalink
Temporarily relax some paths-ignore rules for GitHub Actions
Browse files Browse the repository at this point in the history
- They'll be restored when this branch is finished
  • Loading branch information
JesseTG committed Jan 8, 2025
1 parent f903819 commit 317ef0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
push:
paths-ignore:
- "*.gitlab-ci.yml"
#- "*.gitlab-ci.yml"
- "*.gitignore"
- "*.github/ISSUE_TEMPLATE/**"
- "*.github/FUNDING.yml"
- "*.github/workflows/**"
#- "*.github/workflows/**"
pull_request_target:
branches:
- dev
Expand Down

0 comments on commit 317ef0e

Please sign in to comment.