removed conditional
Build and Push Image / build-and-push (push) Successful in 1m53s
Test Workflow / test-and-lint (pull_request) Successful in 37s

This commit is contained in:
2026-05-31 22:44:02 -07:00
parent febfe787fa
commit f4480a11c2
+1 -1
View File
@@ -6,7 +6,7 @@ on: [push]
#types: [closed] #types: [closed]
jobs: jobs:
build-and-push: build-and-push:
if: gitea.event.pull_request.merged == true #if: gitea.event.pull_request.merged == true
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest