Skip to content

Commit

Permalink
chore: run ci when pushed (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashrock authored Mar 21, 2024
1 parent 2db8af9 commit 5c38333
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CI

on:
push:
branches: [main]
pull_request:
workflow_call:
branches: [main]

jobs:
test:
Expand Down

0 comments on commit 5c38333

Please sign in to comment.