Skip to content

Commit

Permalink
revert trigger branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Jul 11, 2024
1 parent e114038 commit 851ce26
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- refine_workflow
- main
# pull_request:
# branches:
# - main
Expand Down Expand Up @@ -80,10 +80,6 @@ jobs:
- name: Show Commit Hash Digest
run: echo ${{ steps.commit_hash.outputs.short }}

# - name: Set GitHub Actions Bot Credentials
# id: set_bot_creds
# uses: rindeal/action-git-config-user@v1

- name: Configure Git User as GitHub Actions Bot
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit 851ce26

Please sign in to comment.