Merge pull request #1510 from ojeytonwilliams/feat/migrate-to-actions

fix: set branch to master in deploy action
pull/1511/head
Oliver Eyton-Williams 4 years ago committed by GitHub
commit 3a39aa7ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save