Skip to content

Commit

Permalink
Fix CI on branch with slash
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jul 26, 2024
1 parent 22df742 commit ee28f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: MigTool continuous build
on:
push:
branches:
- '*'
- '**'
- '!refs/tags/.*'
tags-ignore:
- '*'
- '**'

jobs:
build:
Expand Down

0 comments on commit ee28f96

Please sign in to comment.