Skip to content

Commit

Permalink
execute Dependency update workflow only upon merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
zsbutosi committed Nov 16, 2023
1 parent 4ae359f commit d8d214d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Dependency submission
name: Update Dependency Graph
on:
push: {}
# branches: [ main ]
push:
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d8d214d

Please sign in to comment.