mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
[BEEEP] Ignored workflows from triggering builds (#1881)
This commit is contained in:
parent
ce9c4f605f
commit
ec33e39442
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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') }}
|
||||
|
Loading…
Reference in New Issue
Block a user