Skip to content

Commit

Permalink
build: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Apr 25, 2024
1 parent 8048d86 commit 746d54f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches: [main, test-ci]
pull-request:
branches: [main]
name: Tests
jobs:
tests:
Expand Down

0 comments on commit 746d54f

Please sign in to comment.