Trigger workflows on beta branches (#1072)

This commit is contained in:
pakrym-stripe 2022-06-15 09:08:22 -07:00 committed by GitHub
parent b841931ffe
commit f2e05a20b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,15 @@ name: CI
on:
workflow_dispatch: {}
push:
branches: [ master ]
branches:
- master
- beta
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
branches: [ master ]
branches:
- master
- beta
jobs:
build: