Skip to content

Commit

Permalink
ci(ghaction): add ci run on main pushes to trigger cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger authored Sep 5, 2024
1 parent 36eca95 commit b25b8b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_call:

env:
Expand Down Expand Up @@ -47,4 +50,4 @@ jobs:
components: clippy

- name: Run clippy action
uses: clechasseur/rs-clippy-check@v3
uses: clechasseur/rs-clippy-check@v3

0 comments on commit b25b8b2

Please sign in to comment.