Skip to content

Commit

Permalink
[ci] Run ci for pull requests (#86)
Browse files Browse the repository at this point in the history
This way we can see if a PR will break the tests
  • Loading branch information
tobil4sk authored Aug 4, 2024
1 parent 721cab0 commit 5d0bfde
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:
lua:
Expand Down

0 comments on commit 5d0bfde

Please sign in to comment.