Browse Source

CI: add_version: fix Actions not triggering for the pull request

pull/3403/head
Ivan Pozdeev 5 months ago
parent
commit
2f10394d33
No known key found for this signature in database GPG Key ID: FB6A628DCF06DCD7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/add_version.yml

+ 1
- 0
.github/workflows/add_version.yml View File

@ -43,3 +43,4 @@ jobs:
with:
branch: ${{ env.branch_name }}
title: ${{ env.pr_name }}
token: ${{ secrets.TOKEN_AUTO_PR }}

Loading…
Cancel
Save