Skip to content

Commit

Permalink
chore(ci): fix ci to ignore root files
Browse files Browse the repository at this point in the history
  • Loading branch information
overbit committed May 17, 2024
1 parent dfcdcc5 commit 71770c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nx.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
id: files
uses: tj-actions/changed-files@v42
with:
files_ignore: package-lock.json
files_ignore: |
package.json
package-lock.json
.eslintrc*
base_sha: ${{ env.NX_BASE }}
separator: ","

Expand Down

0 comments on commit 71770c5

Please sign in to comment.