Build dev branch changes.

This commit is contained in:
Fabio Niephaus 2022-01-14 10:22:24 +01:00
parent 0584de3fce
commit 136636a1a5
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ on:
push:
branches:
- main
- dev
paths-ignore:
- '**.md'
pull_request:

View File

@ -1,9 +1,10 @@
name: 'build-test'
on: # rebuild any PRs and main branch changes
on: # rebuild any PRs and main/dev branch changes
pull_request:
push:
branches:
- main
- dev
- 'releases/*'
jobs: