Skip to content

Commit

Permalink
Trigger workflows on beta branches (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe authored Jun 15, 2022
1 parent b841931 commit f2e05a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2e05a2

Please sign in to comment.