Skip to content

Commit

Permalink
WIP: testing joss action x3
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Nov 19, 2024
1 parent 539e38b commit 9ca8d36
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/docker-cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ name: ubuntu-build

on:
push:
branches: ["main"]
branches:
- main
- ac_replayer
branches-ignore:
- joss_paper
pull_request:
branches: ["main"]
branches:
- main
branches-ignore:
- joss_paper

jobs:
build-container:
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/gh-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ name: gh-build

on:
push:
branches: ["main", "ac_replayer"]
branches:
- main
- ac_replayer
branches-ignore:
- joss_paper
pull_request:
branches: ["main"]
branches:
- main
branches-ignore:
- joss_paper

jobs:
build_ghuser_components:
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bibliography: paper.bib

# Summary

test
test2
<!-- this is a sort of abstract. (MAX 50 words) -->
<!-- ![Test image captation.](01_fig_placeholder.png){ width=20% } -->

Expand Down

0 comments on commit 9ca8d36

Please sign in to comment.