Skip to content

Commit

Permalink
[PRMT-4356] Refactored submit-dependency-graph.yml workflow to only r…
Browse files Browse the repository at this point in the history
…un when a PR is merged into main
  • Loading branch information
martin-nhs committed Jan 12, 2024
1 parent 0a2e534 commit 4ebf702
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/submit-dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Submit dependency graph
on:
push:
pull_request:
types: [closed]
branches: [main]

permissions:
contents: write
Expand Down

0 comments on commit 4ebf702

Please sign in to comment.