Skip to content

Commit

Permalink
[GitActions][build] Commented out on push paths:
Browse files Browse the repository at this point in the history
  • Loading branch information
zapadi committed Feb 12, 2024
1 parent b5d7c48 commit 1f1cf0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
description: 'The reason for running the workflow'
required: false
default: 'Manual run'
workflow_call:
# workflow_call:
push:
paths:
- '**.cs'
- '**.csproj'
# paths:
# - '**.cs'
# - '**.csproj'
pull_request:
branches: [ master ]
paths:
Expand Down

0 comments on commit 1f1cf0c

Please sign in to comment.