Renaming branch develop->main

This commit is contained in:
Joseph Garrone 2021-02-27 01:12:46 +01:00
parent 2129aa79e8
commit 213f1ec91f
4 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@ name: template_initialization
on:
push:
branches:
- develop
- main
jobs:
template_initialization:
@ -64,7 +64,7 @@ jobs:
uses: ad-m/github-push-action@v0.5.0
with:
github_token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
branch: develop
branch: main
debug:
runs-on: ubuntu-latest