Skip to content

Commit cb3cb08

Browse files
Updated package workflow to run on main
1 parent a96ebe4 commit cb3cb08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ multi-os-multi-runner ]
3+
branches: [ main ]
44

55
name: Package
66

@@ -26,8 +26,8 @@ jobs:
2626

2727
- name: Commit
2828
run: |
29-
git config --global user.name "GitHub Actions"
30-
git config --global user.email "tundranerd@gmail.com"
29+
git config --global user.name "FEBio Workflow"
30+
git config --global user.email "workflow@febio.org"
3131
git add dist/
3232
git commit -m "Update dist" || echo "No changes to commit"
3333
git push origin ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)