Skip to content

Commit

Permalink
Enable CI on beta branch (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe authored May 4, 2022
1 parent c19d2f4 commit 350b3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ 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:
Expand Down

0 comments on commit 350b3ea

Please sign in to comment.