update GitHub Action file

This commit is contained in:
Vri 🌈 2023-05-10 22:00:55 +02:00
parent 441f8f08e3
commit 97c07ce2c6
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -1,10 +1,13 @@
name: Container Image CI name: Build Container Images
on: on:
push: push:
branches: [ "rewrite-dockerfile" ] paths:
pull_request: - '.github/container-images.yml'
branches: [ "rewrite-dockerfile" ] - 'container/**'
- 'Gemfile'
- 'Gemfile.lock'
- 'package.json'
jobs: jobs:
build: build: