fix GH action warnings
This commit is contained in:
parent
7b805260e8
commit
3cb7eee12c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -11,6 +11,9 @@ on:
|
|||
- README.md
|
||||
- LICENSE
|
||||
|
||||
runs:
|
||||
using: "node16" # prevent warnings
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.repository_owner == 'developomp' }} # prevents workflow from running in forked repos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue