Run docker images only on the main branch
This commit is contained in:
parent
3e0fb208e2
commit
1269a1a56f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Build Nginx-based docker image
|
||||
on:
|
||||
push:
|
||||
# branches:
|
||||
# - main
|
||||
branches:
|
||||
- main
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user