Skip to content

Commit

Permalink
Run github actions on pull request branches other than master
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyoung committed Mar 23, 2023
1 parent 5e13431 commit 00b57ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Tests

on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]

jobs:
tests:
Expand Down

0 comments on commit 00b57ba

Please sign in to comment.