Skip to content

Commit

Permalink
gha: trigger on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
larhauga committed Jul 15, 2024
1 parent f8921fe commit 24fce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and test nexus-casc-plugin

on:
push:
branches: [ master ]
branches: ["**"]

jobs:
verify:
Expand Down

0 comments on commit 24fce96

Please sign in to comment.