Skip to content

Commit

Permalink
rename-main: rename-main-to-master
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaalcharpe committed Jan 11, 2025
1 parent 96605f2 commit 3ca2816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Optional Step 5: Commit the .so files back to the repository
- name: Commit and Push Generated .so Files
if: success() && github.ref != 'refs/heads/main' # Skip committing to the main branch
if: success() && github.ref != 'refs/heads/master' # Skip committing to the master branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
/modules.xml
/vcs.xml
/workspace.xml
/plugins/*.so
.DS_Store
*.xml

0 comments on commit 3ca2816

Please sign in to comment.