Skip to content

Commit

Permalink
try to add run on PR test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude committed Dec 5, 2023
1 parent 8756bc1 commit 7beec64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/drop_deprecated_spells.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# .github/workflows/run_python_script.yaml
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
schedule:
- cron: '0 14 * * 1' # At 9 AM EST every Monday (14:00 UTC)
workflow_dispatch:


on:
schedule:
- cron: '0 14 * * 1' # At 9 AM EST every Monday (14:00 UTC)
Expand Down

0 comments on commit 7beec64

Please sign in to comment.