Build all branches on push, ignore md changes.

This commit is contained in:
Fabio Niephaus 2022-01-21 13:21:47 +01:00
parent 6d6c7fd57c
commit b1f65935b2
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -1,11 +1,13 @@
name: 'build-test'
on: # rebuild any PRs and main/dev branch changes
pull_request:
on:
push:
branches:
- main
- dev
- 'releases/*'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build: # make sure build/ci work properly