Skip to content

Commit

Permalink
fix: trigger github action when dist dir change
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed May 27, 2020
1 parent da01a84 commit 44b5a6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-arm64-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- master
paths-ignore:
- 'docs/**'
- 'dist/**'
- 'yamls/**'

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- master
paths-ignore:
- 'docs/**'
- 'dist/**'
- 'yamls/**'

jobs:
Expand Down

0 comments on commit 44b5a6a

Please sign in to comment.