Skip to content

Commit

Permalink
Run CI on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Feb 28, 2024
1 parent 3ec5c40 commit 8eb8c5a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- 'main'
workflow_dispatch:

jobs:
simple_test:
Expand Down

0 comments on commit 8eb8c5a

Please sign in to comment.