mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
actions - rename main branch to master
This commit is contained in:
parent
1af2264fab
commit
945241339a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prod.yml
vendored
2
.github/workflows/prod.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Automatic test, build, push and deploy (PROD)
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue