Skip to content

Commit

Permalink
Revert bac NuGet workflow manual after fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed May 19, 2024
1 parent 24c3b92 commit c6bbc18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lockfiles.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Update NuGet Lock Files

on:
workflow_dispatch:
pull_request:
branches: [ develop ]

permissions:
contents: write
Expand All @@ -10,6 +11,7 @@ jobs:
lockfiles:
name: Update and Commit
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'

steps:
- name: Checkout Code
Expand All @@ -26,4 +28,4 @@ jobs:
- name: Auto-commit changed files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update NuGet lock files for latest .NET SDK
commit_message: Update NuGet lock files after Dependabot dependency update.

0 comments on commit c6bbc18

Please sign in to comment.