chore: fix github actions trigger for test
This commit is contained in:
parent
a7d0c2c081
commit
2cb83fd24e
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -1,5 +1,11 @@
|
|||
name: Test
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'releases/*'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue