Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed May 26, 2024
1 parent 885558c commit c35964c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- "!**.md"
push:
branches:
- master
tags:
- "v*"
- "master"
tags:
- "v*"

# concurrency:
# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit c35964c

Please sign in to comment.