Skip to content

Commit

Permalink
Only on main and only on autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw authored May 9, 2024
1 parent 901cc1f commit 37bf884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/baler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ on:
schedule: # Cron syntax is: "min hr day-of-month month day-of-week"
- cron: 00 04 * * 1
push:
paths: ['**.md']
branches:
- main
paths:
- '**.md'
- '!**.i.md]
workflow_dispatch:
# The rest of this file should be left as-is ─────────────────────────
Expand Down

0 comments on commit 37bf884

Please sign in to comment.