Skip to content

Commit

Permalink
fix: removing paths-ignore from action to avoid blocking releases
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Apr 6, 2024
1 parent 1720ce8 commit 28ff797
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,9 @@ on:
branches:
- main
- clean_up_repo
paths-ignore:
- '.devcontainer/**'
- '.vscode/**'
- '.gitignore'
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '.devcontainer/**'
- '.vscode/**'
- '.gitignore'
- '*.md'
# Allow this workflow to be called from other workflows
workflow_call:
inputs:
Expand Down

0 comments on commit 28ff797

Please sign in to comment.