Skip to content

Commit

Permalink
Get tests to run for pull requests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jul 2, 2023
1 parent b000274 commit 6a61d72
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: Tests
on: [push, pull_request]

on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- "**"

jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a61d72

Please sign in to comment.