Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 16, 2023
1 parent ed9045e commit 7fbbbcb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ name: .NET
on:
pull_request_target:
branches: [ "TestRuns" ]

jobs:

- name: GIT commit and push docs
env:
Expand All @@ -20,7 +18,10 @@ jobs:
git config --global user.email "[email protected]"
git add docs
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
git push TestRuns
jobs:

build:

Expand Down Expand Up @@ -49,10 +50,6 @@ jobs:
with:
dotnet-version: 6.0.x





- name: Install Python 3
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 7fbbbcb

Please sign in to comment.