Skip to content

Commit

Permalink
Merge pull request #7 from uwescience/build_on_pr
Browse files Browse the repository at this point in the history
Run actions on PRs as well.
  • Loading branch information
arokem authored May 16, 2024
2 parents a9cb32e + bfaeca8 commit 7c29987
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[codespell]
skip = references.bib
count =
quiet-level = 3
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

name: Render and Publish

Expand Down

0 comments on commit 7c29987

Please sign in to comment.