Skip to content

Commit

Permalink
Fix provisioner build triggers (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 authored Sep 9, 2024
1 parent bf7843b commit 178c5ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths:
- ./components/provisioner/**
- ./.github/workflows/provisioner.yaml
- components/provisioner/**
- .github/workflows/provisioner.yaml

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

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

0 comments on commit 178c5ac

Please sign in to comment.