fix: set branch to master in deploy action

pull/1510/head
Oliver Eyton-Williams 4 years ago
parent 08eeae35b6
commit 39624c26e5
No known key found for this signature in database
GPG Key ID: C4B00673186643C5

@ -2,7 +2,8 @@ name: Deploy
on: on:
push: push:
branches: [ $default-branch ] branches:
- master
jobs: jobs:
test: test:

Loading…
Cancel
Save