mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Renamed WeKan repo branch master to main. Part 3.
Thanks to xet7.
This commit is contained in:
parent
c777bf39d1
commit
b68493b009
5 changed files with 7 additions and 7 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -9,11 +9,11 @@ on:
|
|||
schedule:
|
||||
- cron: '28 23 * * *'
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue