Skip to content

Commit

Permalink
bump tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Feb 9, 2024
1 parent 25f8214 commit fa3e95c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main

jobs:
release:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test Docs
on: [push, pull_request]

on:
pull_request:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa3e95c

Please sign in to comment.