mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
static-test: add release tags as push trigger
This commit is contained in:
parent
5195ae166a
commit
512c92ffb1
4
.github/workflows/static-test.yml
vendored
4
.github/workflows/static-test.yml
vendored
@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- '[0-9][0-9][0-9][0-9].[0-9][0-9]-RC[0-9]*'
|
||||
- '[0-9][0-9][0-9][0-9].[0-9][0-9]'
|
||||
- '[0-9][0-9][0-9][0-9].[0-9][0-9].*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
Loading…
Reference in New Issue
Block a user