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:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull-request:
|
||||
branches:
|
||||
- '*'
|
||||
branches: [ 'master' ]
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
Loading…
x
Reference in New Issue
Block a user