CI: run acceptance tests on push to any (#781)
This commit is contained in:
parent
85562b47c4
commit
8a6872e36d
1 changed files with 1 additions and 5 deletions
6
.github/workflows/acceptance.yaml
vendored
6
.github/workflows/acceptance.yaml
vendored
|
@ -1,10 +1,6 @@
|
|||
name: Acceptance Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch: {}
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
kind:
|
||||
|
|
Loading…
Reference in a new issue