Skip to content

Commit

Permalink
require namespace on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Sep 2, 2024
1 parent a74167a commit fa341dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- '*'
- '!main'
- '!v*'
- '*/*'

jobs:
build:
Expand Down

0 comments on commit fa341dc

Please sign in to comment.