Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolás Georger <[email protected]>
  • Loading branch information
ngeorger authored Jan 13, 2024
1 parent 2175c29 commit 42a73f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
branches:
- main
- 'renovate/*'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
#if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 42a73f0

Please sign in to comment.