run only if the workflow is in is-a.dev

This commit is contained in:
Jay Jackson
2021-05-14 08:22:41 -04:00
committed by GitHub
parent c4be805e2e
commit 6fbe868397
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
publish:
if: github.repository == 'TheBotlyNoob/register
if: github.repository == 'is-a-dev/register
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2