mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +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
|
- "**.js" # Any JS file
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "package-lock.json"
|
- "package-lock.json"
|
||||||
- ".github/workflows/node.yml" # This action
|
- ".github/workflows/deno.yml" # This action
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
paths:
|
paths:
|
||||||
- "**.js" # Any JS file
|
- "**.js" # Any JS file
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "package-lock.json"
|
- "package-lock.json"
|
||||||
- ".github/workflows/node.yml" # This action
|
- ".github/workflows/deno.yml" # This action
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue