mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26: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:
|
||||
push:
|
||||
branches: [ "rewrite-dockerfile" ]
|
||||
pull_request:
|
||||
branches: [ "rewrite-dockerfile" ]
|
||||
paths:
|
||||
- '.github/container-images.yml'
|
||||
- 'container/**'
|
||||
- 'Gemfile'
|
||||
- 'Gemfile.lock'
|
||||
- 'package.json'
|
||||
|
||||
jobs:
|
||||
build:
|
Loading…
Add table
Reference in a new issue