Limit actions to main
This commit is contained in:
parent
7bf89f2b9f
commit
481b8ff2d9
6 changed files with 21 additions and 5 deletions
6
.github/workflows/unlock-reopened.yml
vendored
6
.github/workflows/unlock-reopened.yml
vendored
|
|
@ -10,8 +10,12 @@ on:
|
|||
types: [reopened]
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
unlock:
|
||||
name: Unlock Reopened
|
||||
if: github.repository == 'MarlinFirmware/Marlin'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: OSDKDev/unlock-issues@v1.1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue