Skip to content

Commit

Permalink
feat: only run for martijn
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Jul 29, 2023
1 parent 2cf05eb commit d811bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
Publish:
if: contains('["martijnvdbrug"]', github.actor)
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -22,7 +23,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
token: ${{secrets.MARTIJN_PAT}}
- name: Set git config
run: |
git config --global user.name "martijnvdbrug"
Expand Down

0 comments on commit d811bb5

Please sign in to comment.