Skip to content

Commit

Permalink
run build on any branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Hoskovec committed Oct 17, 2024
1 parent 290b96a commit 65c6ae4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
push:
branches:
- "master"
- "[0-9].[0-9]"
- "*"
pull_request:
branches:
- "master"
create:
branches:
- "*" # This triggers the workflow on creation of any branch

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
Expand Down

0 comments on commit 65c6ae4

Please sign in to comment.