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:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main,master]
|
||||
tags: ['v*']
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main,master]
|
||||
|
||||
env:
|
||||
REGISTRY: ${{ gitea.server_url }}
|
||||
|
||||
Reference in New Issue
Block a user