Skip to content

Commit

Permalink
only trigger tag for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jul 22, 2024
1 parent 883de12 commit 7ccba0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: dotnet test -v=normal -c ${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_PATH}}

- name: Check for changes in Directory.Build.props
if: matrix.os == 'ubuntu-latest'
id: check_changes
run: |
if git diff --name-only HEAD^ HEAD | grep -q '^Directory.Build.props$'; then
Expand Down

0 comments on commit 7ccba0a

Please sign in to comment.