Skip to content

Commit

Permalink
Add path filter for Process-PSModule
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Jun 30, 2024
1 parent 860b44c commit 057fc66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ on:
pull_request:
branches:
- main
paths:
- .github/workflows/Process-PSModule.yml
- src/**
- tests/**
types:
- closed
- opened
- reopened
- synchronize
- labeled
schedule:
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 057fc66

Please sign in to comment.