Skip to content

Commit

Permalink
try ignoring dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Oct 28, 2024
1 parent 96d9a1a commit fbc3ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-commit-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto Commit Changes

on:
create:
branches:
- '*'
branches-ignore:
- 'dev/*'

permissions:
packages: read
Expand Down

0 comments on commit fbc3ba2

Please sign in to comment.