chore: fix github actions trigger for test

This commit is contained in:
Enrico Stahn 2020-11-21 07:33:08 +11:00 committed by GitHub
parent a7d0c2c081
commit 2cb83fd24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,11 @@
name: Test
on: [push]
on:
pull_request:
workflow_dispatch:
push:
branches:
- master
- 'releases/*'
jobs: