Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Feb 25, 2024
1 parent 476712b commit 2728a6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches:
- 'main'
paths:
- '!packages/playground/**'
paths-ignore:
- 'packages/playground/**'

pull_request:
branches:
- 'main'
paths:
- '!packages/playground/**'
paths-ignore:
- 'packages/playground/**'

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 2728a6c

Please sign in to comment.