Skip to content

Commit

Permalink
Run actions on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki committed Feb 26, 2024
1 parent 984c337 commit e77584e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Run tests on master and feature branches.
name: Test

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

jobs:
build:
Expand Down

0 comments on commit e77584e

Please sign in to comment.