mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
fix: deno workflow not triggering on changes upon itself
This commit is contained in:
parent
db2f61de91
commit
1c7c1e66f4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deno.yml
vendored
4
.github/workflows/deno.yml
vendored
|
|
@ -8,14 +8,14 @@ on:
|
|||
- "**.js" # Any JS file
|
||||
- "package.json"
|
||||
- "package-lock.json"
|
||||
- ".github/workflows/node.yml" # This action
|
||||
- ".github/workflows/deno.yml" # This action
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
paths:
|
||||
- "**.js" # Any JS file
|
||||
- "package.json"
|
||||
- "package-lock.json"
|
||||
- ".github/workflows/node.yml" # This action
|
||||
- ".github/workflows/deno.yml" # This action
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue