added a pre-hook to make sure things are linted before commits happen and fixed workflow
Build and Push Image / build-and-push (pull_request) Successful in 1m42s

This commit is contained in:
2026-05-13 23:15:01 -07:00
parent 2c8baa339a
commit 5384aadd7a
2 changed files with 26 additions and 1 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
name: Build and Push Image
on: [push]
on:
pull_request:
branches:
- main
types: [closed]
jobs:
build-and-push:
if: gitea.event.pull_request.merged == true
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest