Skip to content

Commit

Permalink
Merge pull request #36 from plebhash/trigger-release-lib-automatically
Browse files Browse the repository at this point in the history
checkout main on release-libs.yaml
  • Loading branch information
plebhash authored Apr 2, 2024
2 parents 6b1f502 + cccb006 commit 967d965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Release Libs

on:
pull_request:
push:
branches:
- main

Expand All @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: 'main'

- name: Run check-versioning-lib-release.sh
run: |
Expand Down

0 comments on commit 967d965

Please sign in to comment.