Trigger builds for all changes
This commit is contained in:
parent
1eedaeb073
commit
1aed52ba58
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -1,17 +1,5 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'src/**'
|
|
||||||
- '**.yml'
|
|
||||||
- '**.xml'
|
|
||||||
- '**.Dockerfile'
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- 'src/**'
|
|
||||||
- '**.yml'
|
|
||||||
- '**.xml'
|
|
||||||
- '**.Dockerfile'
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user