FIX: workflow YAML syntax.

This commit is contained in:
ximon18
2020-01-17 11:44:01 +01:00
committed by GitHub
parent d1d34c0fde
commit 8a5a9ce4fb
+9 -8
View File
@@ -1,13 +1,14 @@
name: E2E Test
on: push
paths-ignore:
- 'Changelog.md'
- 'doc/**'
- 'LICENSE'
- 'README.md'
- 'tests/**'
- 'test-resources/**'
on:
push
paths-ignore:
- 'Changelog.md'
- 'doc/**'
- 'LICENSE'
- 'README.md'
- 'tests/**'
- 'test-resources/**'
jobs:
krill_e2e_test: