Limit actions to main
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user