Trigger builds for all changes

This commit is contained in:
Andrii Siriak 2023-01-04 10:11:45 +02:00 committed by GitHub
parent 1eedaeb073
commit 1aed52ba58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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