mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-18 07:27:42 +02:00
FIX: workflow YAML syntax.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user