Skip to content

Commit

Permalink
Update test-required.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode committed Mar 26, 2023
1 parent 73949d0 commit 2393386
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-required.yml
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- "main"
paths-ignore:
- '**/*.go'
- '**.go'
- 'go.*'
- '.github/workflows/test.yml'
pull_request:
types:
Expand All @@ -19,7 +20,8 @@ on:
branches:
- "main"
paths-ignore:
- '**/*.go'
- '**.go'
- 'go.*'
- '.github/workflows/test.yml'

concurrency:
Expand All @@ -38,4 +40,4 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
steps:
- run: 'echo "No build required"'
- run: 'echo "No build required"'

0 comments on commit 2393386

Please sign in to comment.