Skip to content

Commit

Permalink
checkout main on release-libs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Apr 2, 2024
1 parent 786527b commit cccb006
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 cccb006

Please sign in to comment.