Default branch to dev

This commit is contained in:
CrazyMax 2020-05-04 01:18:09 +02:00
parent 5841df7e4e
commit ef83ff09aa
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
name: master
name: dev
on:
push:
branches:
- master
- 'dev'
jobs:
prune:

View File

@ -3,7 +3,7 @@ name: labels
on:
push:
branches:
- 'master'
- 'dev'
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'

View File

@ -3,7 +3,7 @@ name: test
on:
push:
branches:
- master
- 'dev'
jobs:
github-pages:
@ -37,7 +37,7 @@ jobs:
if: success()
uses: ./
with:
target_branch: test
target_branch: gh-pages
build_dir: public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}