Skip to content

Commit

Permalink
Fix branch match syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Nov 19, 2024
1 parent a6732f1 commit 753444b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ec-ci-hl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- 'main'
pull_request:
branches:
- 'main', '*'
- 'main'
- '*'

# Enable manual execution of jobs (possibly with non-default configuration).
workflow_dispatch:
Expand Down

0 comments on commit 753444b

Please sign in to comment.