Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kni committed Feb 27, 2024
1 parent 42a05d1 commit 1818b03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: docker

on:
push:
branches: [master]
pull_request:
branches: [master]

workflow_dispatch:

# Cancel old PR builds when pushing new commits.
concurrency:
group: docker-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 1818b03

Please sign in to comment.