Skip to content

Commit

Permalink
don't re-run build workflow after changes to citation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 13, 2024
1 parent 3887419 commit f20f0db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ on:
- '.github/workflows/documentation.yaml'
- '.github/workflows/buildjet_arm64.yml'
- '.github/workflows/release-drafter.yml'
- '.github/workflows/codeql.yml'
- '.github/workflows/codeql.yml'
- '.github/workflows/run_citations.yml'
- '.github/workflows/update_citations.yml'
- '.gitattributes'
push:
paths-ignore:
Expand All @@ -34,7 +36,9 @@ on:
- '.github/workflows/documentation.yaml'
- '.github/workflows/buildjet_arm64.yml'
- '.github/workflows/release-drafter.yml'
- '.github/workflows/codeql.yml'
- '.github/workflows/codeql.yml'
- '.github/workflows/run_citations.yml'
- '.github/workflows/update_citations.yml'
- '.gitattributes'
release:
types:
Expand Down

0 comments on commit f20f0db

Please sign in to comment.