Skip to content

Commit

Permalink
chore(ci): fix running on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk committed Jan 15, 2025
1 parent 3873686 commit 8b8a22b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Continuous Integration

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

permissions:
contents: read
Expand Down

0 comments on commit 8b8a22b

Please sign in to comment.