Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Jun 22, 2024
1 parent f42227d commit 214001c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/affine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags: ['*']
pull_request:
paths:
- "affine/*"
- "affine/**"
- ".github/workflows/affine.yml"
workflow_dispatch:

Expand Down Expand Up @@ -47,4 +47,8 @@ jobs:
- name: Install Eigen
run: sudo apt-get install libeigen3-dev
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
project: affine
- uses: julia-actions/julia-runtest@v1
with:
project: affine
2 changes: 1 addition & 1 deletion .github/workflows/barnsley_fern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags: ['*']
pull_request:
paths:
- "barnsley_fern/*"
- "barnsley_fern/**"
- ".github/workflows/barnsley_fern.yml"
workflow_dispatch:

Expand Down

0 comments on commit 214001c

Please sign in to comment.