mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
Fix event name in workflow file
This commit is contained in:
parent
b956eba6c7
commit
1e29ecc891
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -2,11 +2,9 @@ name: "Run Tests"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ 'master' ]
|
||||||
- 'master'
|
pull_request:
|
||||||
pull-request:
|
branches: [ '*' ]
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user