Skip to content

Commit

Permalink
Merge pull request #13 from 0xPlaygrounds/ci/run-ci-on-main-push
Browse files Browse the repository at this point in the history
ci(ghaction): add ci run on main pushes to trigger cache
  • Loading branch information
cvauclair authored Sep 5, 2024
2 parents 36eca95 + b25b8b2 commit e26a2e0
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 e26a2e0

Please sign in to comment.