Only run docker build workflow on master branch
This commit is contained in:
parent
3c6d98fa11
commit
c3ce8cfc3b
@ -1,7 +1,9 @@
|
||||
name: build
|
||||
name: docker
|
||||
|
||||
on:
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.18
|
||||
@ -16,7 +18,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
Loading…
x
Reference in New Issue
Block a user