Skip to content

Commit

Permalink
Sync .github\workflows\dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncFileContents authored and SyncFileContents committed Sep 19, 2024
1 parent 7b9e4c6 commit 2432c9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: .NET Library Pipeline

on:
schedule:
- cron: "* * * * *"
push:
pull_request:
schedule:
- cron: "43 14 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 2432c9a

Please sign in to comment.