Skip to content

Commit

Permalink
FIX: ignore joss paper for build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 authored Nov 19, 2024
1 parent 4783388 commit 64c85ce
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/docker-ubuntu-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ name: ubuntu-testsuite

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 Expand Up @@ -43,4 +50,4 @@ jobs:
path: build/
retention-days: 1
- name: Build and run test
run: cmake --build build
run: cmake --build build

0 comments on commit 64c85ce

Please sign in to comment.