Skip to content

Commit

Permalink
TestRuns
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 16, 2023
1 parent 34e13c8 commit d43a7fd
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ name: .NET
#on: pull_request_target

on:
push:
branches:
- main
pull_request_target:
branches: [ "TestRuns" ]


jobs:
build:

Expand Down Expand Up @@ -43,13 +45,6 @@ jobs:
with:
python-version: 3.11.6

- name: Install Python pandas
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
#installing packages
- name: Install Python pandas
run: python -m pip install --upgrade pip pandas
Expand Down

0 comments on commit d43a7fd

Please sign in to comment.