1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

Merge pull request #6120 from marc1706/ticket/16684

[ticket/16684] Trigger builds on release branches and tags
This commit is contained in:
Máté Bartus 2021-01-15 20:36:00 +01:00 committed by GitHub
commit 72557dee52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,14 @@ on:
branches:
- 3.3.x
- master
- 'prep-release-*'
tags:
- 'release-*'
pull_request:
branches:
- 3.3.x
- master
- 'prep-release-*'
jobs:
# Basic checks, e.g. parse errors, commit messages, etc.