Skip to content

Commit

Permalink
fix(ci): Fixed github actions tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant authored and acaloiaro committed Sep 28, 2023
1 parent 52e118e commit fab0736
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: test
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down

0 comments on commit fab0736

Please sign in to comment.