Skip to content

Commit

Permalink
TEST: Will cov and docs run?
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Sep 13, 2023
1 parent 746ca4b commit acf7422
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Coverage

on:
push:
branches:
- main
pull_request:
on: [push, pull_request]
#on:
# push:
# branches:
# - main
# pull_request:

jobs:
build:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Documentation

on:
push:
branches:
- main
on: [push, pull_request]
#on:
# push:
# branches:
# - main

jobs:
build:
Expand Down

0 comments on commit acf7422

Please sign in to comment.