Skip to content

Commit

Permalink
change on push condition
Browse files Browse the repository at this point in the history
  • Loading branch information
thr committed Dec 1, 2023
1 parent d279dfc commit c0548eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test all Charts with 'dry-run' option
on:
push:
branches:
- !main # Run on all not 'main' branches
- '!main' # Run on all not 'main' branches

jobs:
release:
Expand Down

0 comments on commit c0548eb

Please sign in to comment.