Skip to content

Commit

Permalink
Fixed building website when workflow changes. (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ authored Feb 18, 2023
1 parent a2d0ef5 commit fdfc39d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
push:
paths-ignore:
- '.github/workflows/deploy-site.yml'
- '.github/workflows/update-copyright-year.yml'
- '.github/workflows/update-cuda-versions.yml'
- 'Docs/**'
- 'Site/**'
pull_request:
paths-ignore:
- '.github/workflows/deploy-site.yml'
- '.github/workflows/update-copyright-year.yml'
- '.github/workflows/update-cuda-versions.yml'
- 'Docs/**'
- 'Site/**'
schedule:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ on:
push:
branches: [ master ]
paths-ignore:
- '.github/workflows/deploy-site.yml'
- '.github/workflows/update-copyright-year.yml'
- '.github/workflows/update-cuda-versions.yml'
- 'Docs/**'
- 'Site/**'
pull_request:
# The branches below must be a subset of the branches above.
branches: [ master ]
paths-ignore:
- '.github/workflows/deploy-site.yml'
- '.github/workflows/update-copyright-year.yml'
- '.github/workflows/update-cuda-versions.yml'
- 'Docs/**'
- 'Site/**'
schedule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ on:
- main
- master
paths:
- '.github/workflows/deploy-site.yml'
- 'Docs/**'
- 'Site/**'
pull_request:
branches:
- main
- master
paths:
- '.github/workflows/deploy-site.yml'
- 'Docs/**'
- 'Site/**'
milestone:
Expand Down

0 comments on commit fdfc39d

Please sign in to comment.