Skip to content

Commit

Permalink
Trigger provisioner build on pipeline change (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 authored Sep 6, 2024
1 parent 6ef5347 commit bf7843b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- main
paths:
- ./components/provisioner/**
- ./.github/workflows/provisioner.yaml

pull_request_target:
types: [opened, synchronize, reopened]
paths:
- ./components/provisioner/**
- ./.github/workflows/provisioner.yaml

permissions:
id-token: write # This is required for requesting the JWT token
Expand Down

0 comments on commit bf7843b

Please sign in to comment.