added main branch to actions
Some checks failed
Build and Push to Gitea Registry / build-and-push (push) Failing after 4m35s
Some checks failed
Build and Push to Gitea Registry / build-and-push (push) Failing after 4m35s
This commit is contained in:
@@ -2,10 +2,10 @@ name: Build and Push to Gitea Registry
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main,master]
|
||||||
tags: ['v*']
|
tags: ['v*']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [main,master]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ gitea.server_url }}
|
REGISTRY: ${{ gitea.server_url }}
|
||||||
|
|||||||
Reference in New Issue
Block a user