Run only GitHub Actions jobs relevant to the changes that have been made.

This commit is contained in:
ximon18
2020-01-22 12:02:09 +01:00
committed by GitHub
parent 942f6a9fe9
commit ed035da2be
2 changed files with 25 additions and 1 deletions
+24 -1
View File
@@ -1,5 +1,28 @@
name: CI
on: [push, pull_request]
on:
push:
paths-ignore:
- '.dockerignore'
- '.github/workflosw/main.yml'
- 'Changelog.md'
- 'Dockerfile'
- 'doc/**'
- 'docker/**'
- 'LICENSE'
- 'README.md'
- 'tests/e2e/**'
# Hmm, annoying, do we really have to duplicate this?
pull_request:
paths-ignore:
- '.dockerignore'
- '.github/workflosw/main.yml'
- 'Changelog.md'
- 'Dockerfile'
- 'doc/**'
- 'docker/**'
- 'LICENSE'
- 'README.md'
- 'tests/e2e/**'
jobs:
build:
name: build
+1
View File
@@ -3,6 +3,7 @@ name: E2E Test
on:
push:
paths-ignore:
- '.github/workflows/ci.yml'
- 'Changelog.md'
- 'doc/**'
- 'LICENSE'