Skip to content

Commit

Permalink
refactor: include branches that are unprotected
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick VanCise authored and Nick VanCise committed Dec 28, 2023
1 parent 0a47cad commit 3e0d710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unprotected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unprotected

on:
push:
branches: ['!master']
branches: ['**', '!master']
pull_request:
branches: ['!master']
branches: ['**', '!master']

jobs:
change-detect:
Expand Down

0 comments on commit 3e0d710

Please sign in to comment.