Skip to content

Commit

Permalink
Also run workflow on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-de-water authored Nov 18, 2024
1 parent 984d1c4 commit 351cb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push]
on: [push, pull_request]

name: Build and Test

Expand All @@ -14,4 +14,4 @@ jobs:
- name: Build
run: cargo build
- name: Test
run: cargo test
run: cargo test

0 comments on commit 351cb6a

Please sign in to comment.