diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0eb90bab..8368ca59a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,8 @@ on: branches-ignore: - 'l10n_master' - 'gh-pages' + paths-ignore: + - '.github/workflows/**' workflow_dispatch: inputs: {} @@ -51,7 +53,7 @@ jobs: - name: Checkout repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # 2.1.7 + - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # 2.1.7 with: path: ${{ github.workspace }}/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}