Skip to content

Commit

Permalink
ci: concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Nov 21, 2024
1 parent 2eb8951 commit 2771cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master]
branches: [main]
paths:
- 'src/**'
- '__tests__/**'
Expand All @@ -17,7 +17,7 @@ permissions:
contents: read # to fetch code (actions/checkout)

concurrency:
group: '${{ github.workflow }} - ${{ github.head_ref || github.ref }}'
group: '${{ github.workflow }} - ${{ github.ref }}'
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 2771cd8

Please sign in to comment.