diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b031831..b429a28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -442,7 +442,7 @@ jobs: # # This needs to run before book is built, as bookbuilding fetches from the branch mergetostablebranch: - name: If CI passes, merge master branch into release/vX + name: Merge branch into release/vX when pushing to master runs-on: ubuntu-22.04 needs: - ci-success |
