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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user