Default branch to dev
This commit is contained in:
parent
5841df7e4e
commit
ef83ff09aa
|
@ -1,9 +1,9 @@
|
||||||
name: master
|
name: dev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- 'dev'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prune:
|
prune:
|
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
|
@ -3,7 +3,7 @@ name: labels
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'dev'
|
||||||
paths:
|
paths:
|
||||||
- '.github/labels.yml'
|
- '.github/labels.yml'
|
||||||
- '.github/workflows/labels.yml'
|
- '.github/workflows/labels.yml'
|
||||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -3,7 +3,7 @@ name: test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- 'dev'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
github-pages:
|
github-pages:
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
target_branch: test
|
target_branch: gh-pages
|
||||||
build_dir: public
|
build_dir: public
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user