Only run docker on push to master
This commit is contained in:
parent
34503cfbd8
commit
673303ebda
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -5,7 +5,8 @@ name: Docker
|
|||
# Controls when the action will run.
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue