mirror of
https://github.com/bitwarden/server.git
synced 2025-05-03 10:42:21 -05:00
Run LD reference check on all pushes (#5760)
* Run LD reference check on all pushes * Fix syntax of code-references.yml --------- Co-authored-by: Matt Andreko <mandreko@bitwarden.com>
This commit is contained in:
parent
011298c9ff
commit
9da98d8e97
7
.github/workflows/code-references.yml
vendored
7
.github/workflows/code-references.yml
vendored
@ -1,7 +1,10 @@
|
||||
name: Collect code references
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
on:
|
||||
push:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
check-ld-secret:
|
||||
|
Loading…
x
Reference in New Issue
Block a user