Compare commits

..

3 Commits

Author SHA1 Message Date
Chris Coutinho 6c0d539588 Also build on tags 2025-05-05 03:18:33 +02:00
Chris Coutinho 79d1bc8c74 trigger 2025-05-05 03:16:02 +02:00
Chris Coutinho d66c0c7cfa Test on PRs to master 2025-05-05 03:14:55 +02:00
2 changed files with 5 additions and 2 deletions
@@ -3,6 +3,7 @@ name: Build and Publish Docker Image
on:
push:
branches: [ "master" ]
tags: ["*"]
jobs:
build-and-push:
+4 -2
View File
@@ -1,7 +1,9 @@
name: Docker Compose Action
on: [push]
on:
pull_request:
branches:
- master
jobs:
build: