Skip to content

Commit

Permalink
send dependencies for main only
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed May 3, 2024
1 parent 763d13c commit 30669e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Generate and submit dependency graph
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: gradle/actions/dependency-submission@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
with:
github-token: ${{ steps.generate_github_token.outputs.token }}

0 comments on commit 30669e7

Please sign in to comment.