Build image on PR instead of on push #204

Merged
bustikiller merged 1 commits from build-image-on-pr into main 2024-12-30 07:37:29 +00:00
Showing only changes of commit a8f0302bb9 - Show all commits

View File

@ -1,6 +1,9 @@
name: Build Nginx-based docker image
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true