Update .gitea/workflows/build-main.yml
Some checks failed
nodeJS remote worker / build (push) Failing after 18s

This commit is contained in:
2026-02-26 00:09:48 +11:00
parent c54016de77
commit 2f255cefd1

View File

@@ -2,9 +2,9 @@ name: nodeJS remote worker
on: on:
push: push:
branches: ["main","dev"] branches: ["main"]
pull_request: pull_request:
branches: ["main", "dev"] branches: ["main"]
jobs: jobs:
@@ -32,4 +32,4 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
${{ gitea.server_url }}/${{ gitea.repository }}:latest ${{ gitea.server_url }}/pluralflux-dev:latest