Skip to content

Commit

Permalink
fix path/path-ignore after updatemachines.yaml rename
Browse files Browse the repository at this point in the history
  • Loading branch information
asac committed Sep 23, 2024
1 parent f7cd0ca commit 0252dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
paths-ignore:
- '.github/scripts/**'
- '.github/workflows/updaterelease.yaml'
- '.github/workflows/onpush-update.yaml'
- '.github/workflows/updatemachines.yaml'

jobs:
build-sunxi-orange-pi-3lts-scarthgap:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/updatemachines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
push:
paths:
- .github/scripts/**
- .github/workflows/updaterelease.yaml
- .github/workflows/onpush-update.yaml
- .github/workflows/updatemachines.yaml

jobs:
updaterelease:
Expand Down

0 comments on commit 0252dc0

Please sign in to comment.