Skip to content

Commit

Permalink
Merge pull request #603 from ccordoba12/fix-workflows
Browse files Browse the repository at this point in the history
Fix running workflows in the `main` branch
  • Loading branch information
ccordoba12 committed May 5, 2024
2 parents b7febdf f40327a commit a5a2954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 3,10 @@ name: Linux tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 3,10 @@ name: Macos tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

concurrency:
group: macos-tests-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 3,10 @@ name: Windows tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

concurrency:
group: windows-tests-${{ github.ref }}
Expand Down

0 comments on commit a5a2954

Please sign in to comment.