ci: trigger on main branch (renamed from trunk)
Some checks failed
cpanel-importer Build and Push / Build-and-Push (push) Failing after 51s
Some checks failed
cpanel-importer Build and Push / Build-and-Push (push) Failing after 51s
The Gitea repo's default branch is main; the local development branch
stayed trunk and pushes via `trunk:main` refspec. Workflow needs to
match what the remote sees.
run-name now interpolates ${{ gitea.ref_name }} so it accurately names
the branch on any future renames.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
name: cpanel-importer Build and Push
|
name: cpanel-importer Build and Push
|
||||||
run-name: ${{ gitea.actor }} pushed a change to trunk
|
run-name: ${{ gitea.actor }} pushed a change to ${{ gitea.ref_name }}
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- trunk
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '20[0-9][0-9].[0-9][0-9].[0-9]+'
|
- '20[0-9][0-9].[0-9][0-9].[0-9]+'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user