Skip to content

Commit

Permalink
update-bearer: update-bearer-token-handling-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaalcharpe committed Jan 9, 2025
1 parent d2b3739 commit 95f1e0f
Showing 1 changed file with 1 addition 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 main branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 95f1e0f

Please sign in to comment.