forked from PluralFlux/PluralFlux
Update .gitea/workflows/build-main.yml
Some checks failed
nodeJS remote worker / build (push) Failing after 18s
Some checks failed
nodeJS remote worker / build (push) Failing after 18s
This commit is contained in:
@@ -2,9 +2,9 @@ name: nodeJS remote worker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main","dev"]
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: ["main", "dev"]
|
||||
branches: ["main"]
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -32,4 +32,4 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
${{ gitea.server_url }}/${{ gitea.repository }}:latest
|
||||
${{ gitea.server_url }}/pluralflux-dev:latest
|
||||
Reference in New Issue
Block a user