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

View File

@ -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