Skip to content

Commit 7c29987

Browse files
authored
Merge pull request #7 from uwescience/build_on_pr
Run actions on PRs as well.
2 parents a9cb32e + bfaeca8 commit 7c29987

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.codespellrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[codespell]
2+
skip = references.bib
3+
count =
4+
quiet-level = 3

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
push:
33
branches:
44
- main
5+
pull_request:
6+
branches:
7+
- main
58

69
name: Render and Publish
710

0 commit comments

Comments
 (0)