Skip to content

Commit

Permalink
Remove path filters from verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itavero committed Jul 3, 2024
1 parent 66e4c56 commit 8b8f159
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/codeql.yml

This file was deleted.

11 changes: 1 addition & 10 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,9 @@ on:
- "releases?/**"
tags:
- v[0-9]+.[0-9]+.[0-9]+*
paths:
- "**.ts"
- "**.js"
- "**.json"
- ".*"

pull_request:
paths:
- "**.ts"
- "**.js"
- "**.json"
- ".*"
types: [opened, assigned, synchronize, reopened]

jobs:
build:
Expand Down

0 comments on commit 8b8f159

Please sign in to comment.