Skip to content

Commit

Permalink
Add feature/** and release/** to PR CI triggers (#1486)
Browse files Browse the repository at this point in the history
* Add feature/** and release/** to PR CI triggers

* Remove extra stuff

* Rename release to sdk-release in CI triggers
  • Loading branch information
kamil-stripe authored Jun 28, 2022
1 parent 53a10eb commit dcb4734
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
branches:
- master
- beta
- sdk-release/**
- feature/**
pull_request:
branches:
- master
- beta
- sdk-release/**
- feature/**

jobs:
lint:
Expand Down

0 comments on commit dcb4734

Please sign in to comment.