Skip to content

Commit

Permalink
fixes ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jul 1, 2024
1 parent d2e5d43 commit 1fa1540
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ name: Test
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
- '!develop'
- '!staging'
- '!tags/**'

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand Down

0 comments on commit 1fa1540

Please sign in to comment.