Skip to content

Commit

Permalink
Update paths-ignore (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Mar 8, 2024
1 parent b79d75b commit 25f8009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- README.md
- LICENSE
- '**/README.md'
- .github/**
- '!.github/workflows/build.yml'
pull_request:
branches:
- main
Expand All @@ -23,6 +25,8 @@ on:
- README.md
- LICENSE
- '**/README.md'
- .github/**
- '!.github/workflows/build.yml'
workflow_dispatch:

env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
package-name: 'azure-resources-cleaner'
package-type: 'container'
min-versions-to-keep: 20
delete-only-pre-release-versions: "true"

- name: Delete old packages (nuget)
uses: actions/delete-package-versions@v5
Expand Down

0 comments on commit 25f8009

Please sign in to comment.