Skip to content

Commit

Permalink
Update publish-module-preview.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Jul 2, 2024
1 parent cfe8eab commit a2334e9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/publish-module-preview.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: publish-module-preview

on:
workflow_dispatch:
workflow_run:
workflows: ['build-validation'] # runs after build-validation workflow
types:
- completed
pull_request:
branches: ["main"]
paths:
- powershell/**
push:
branches:
- main
paths:
- "powershell/**"
- "!powershell/Maester.psd1"
workflow_dispatch:

permissions:
id-token: write
Expand Down

0 comments on commit a2334e9

Please sign in to comment.