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
|
name: Acceptance Tests
|
||||||
|
|
||||||
on:
|
on: [push, workflow_dispatch]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch: {}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
kind:
|
kind:
|
||||||
|
|
Loading…
Reference in a new issue