Skip to content

Commit

Permalink
Only run on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Mar 29, 2024
1 parent e3a8280 commit 882dfd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Dependabot Dependency Submission

on: [ push ]
# branches: [ main ] # TODO Uncomment after testing. We only want to run Dependabot dependency submission on pushes to main
on:
push:
branches: [ main ]

permissions:
contents: write
Expand Down

0 comments on commit 882dfd6

Please sign in to comment.