Skip to content

Commit

Permalink
Changed the branches for the testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor authored Feb 24, 2023
1 parent b4028db commit c156d45
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ name: Test
on:
push:
branches:
- "dev"
- "feat-*"
- "release-*"
- "master"
- "rc-*"
paths-ignore:
- '**.md'

pull_request:
branches:
- "dev"
- "feat-*"
- "release-*"
- "master"
paths-ignore:
- '**.md'

Expand Down

0 comments on commit c156d45

Please sign in to comment.