Skip to content

Commit

Permalink
try on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude committed Dec 5, 2023
1 parent debdeb3 commit 311f20c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/drop_deprecated_spells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
name: Drop Deprecated Spells

on:
push:
branches:
- drop-inactive-spells # Trigger the workflow on pushes to the feature branch
pull_request:
branches:
- drop-inactive-spells # Trigger the workflow on pull requests targeting the feature branch
paths-ignore:
- 'scripts/**'
- 'Pipfile'
- '.gitignore'
schedule:
- cron: '0 14 * * 1' # At 9 AM EST every Monday (14:00 UTC)
workflow_dispatch:
Expand Down

0 comments on commit 311f20c

Please sign in to comment.