Skip to content

Commit

Permalink
chore: run ci in all PRs (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomura authored Sep 22, 2024
1 parent 2b250e2 commit 2be0d90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: CI
on:
pull_request:
branches:
- master
- '**'
push:
branches:
- '**'

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

0 comments on commit 2be0d90

Please sign in to comment.