Run docker images only on the main branch
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Successful in 31s
Check usage of free licenses / build-static-assets (pull_request) Successful in 48s

This commit is contained in:
Manuel Bustillo 2024-12-29 13:10:58 +01:00
parent 3e0fb208e2
commit 1269a1a56f

View File

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