Skip to content

Commit

Permalink
fix: add PR CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru committed Oct 23, 2024
1 parent fe89764 commit 9754ee7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CI lints and tests
on:
push:
branches:
- "*"
name: CI lints and tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

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

0 comments on commit 9754ee7

Please sign in to comment.