Merge pull request 'Build image on PR instead of on push' (#204) from build-image-on-pr into main
Reviewed-on: #204
This commit is contained in:
commit
e175a3dd34
@ -1,6 +1,9 @@
|
|||||||
name: Build Nginx-based docker image
|
name: Build Nginx-based docker image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user