Skip to content

Commit

Permalink
trigger pipelines on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfox1985 committed May 18, 2022
1 parent d601710 commit ad9de16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Run Tests

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

jobs:
spec:
Expand Down

0 comments on commit ad9de16

Please sign in to comment.