Skip to content

Commit

Permalink
fix: ignore more paths that do not affect build
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckminsterfullerene02 committed Aug 6, 2024
1 parent 10c8a67 commit 07bb2dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ue4ss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ on:
- 'main'
paths-ignore:
- 'README.md'
- '.github/workflows/pushdocs.yml'
- '.github/pull_request_template.md'
- '.github/ISSUE_TEMPLATE/**'
- 'assets/**'
- 'docs/**'
- 'docs-export/**'
- 'docs-repo-template/**'

# Ensure that rapid pushes to the pull request branch don't trigger this workflow multiple times.
# We only care about executing this workflow for that 'latest' commit on a PR.
Expand Down

0 comments on commit 07bb2dd

Please sign in to comment.