mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-04 09:46:43 +02:00
update GitHub Action file
This commit is contained in:
parent
441f8f08e3
commit
97c07ce2c6
1 changed files with 7 additions and 4 deletions
|
@ -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:
|
Loading…
Add table
Reference in a new issue