Skip to content

Commit

Permalink
Merge pull request #69 from chanind/remove-ci-ignore
Browse files Browse the repository at this point in the history
fix: removing paths-ignore from action to avoid blocking releases
  • Loading branch information
jbloomAus authored Apr 6, 2024
2 parents 1720ce8 + 28ff797 commit 179cea1
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 179cea1

Please sign in to comment.