Skip to content

Commit

Permalink
refs #82 add workflow to check build of paper
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLim23 committed Nov 23, 2023
1 parent 162c7bd commit 2564b64
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
on: [push]
name: Draft JOSS paper

on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
paper:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2564b64

Please sign in to comment.