Skip to content

Commit

Permalink
[Actions] Do not execute the ping for all branches. (#13892)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Mar 14, 2023
1 parent f3e5579 commit 4a8b964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sdk-insertion-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
# trigger for main and release branches.
push:
branches:
- '*'
- main
- net8.0
- 'release/**'
workflow_dispatch:
inputs:
brach:
Expand Down

0 comments on commit 4a8b964

Please sign in to comment.