Skip to content

Commit

Permalink
feat (ci): ensure that ci also runs on pullrequests
Browse files Browse the repository at this point in the history
  • Loading branch information
c0nst4ntin committed Nov 1, 2024
1 parent b3a3e89 commit 660f29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ci

on: push
on: [push, pull_request]

jobs:
suite:
Expand Down

0 comments on commit 660f29d

Please sign in to comment.