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:
push:
branches: [ "rewrite-dockerfile" ]
pull_request:
branches: [ "rewrite-dockerfile" ]
paths:
- '.github/container-images.yml'
- 'container/**'
- 'Gemfile'
- 'Gemfile.lock'
- 'package.json'
jobs:
build: