Skip to content

Commit

Permalink
Revert "Try autotag on main branch"
Browse files Browse the repository at this point in the history
This reverts commit 8b74164.
  • Loading branch information
rwunderer committed Oct 20, 2023
1 parent 97d4d82 commit 544960f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/renovate-create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Auto-Tag
# documentation.

on:
push:
branches: [ "main" ]
pull_request:
types: [ "closed" ]

Expand All @@ -20,9 +18,9 @@ env:

jobs:
update_tag:
# if: >-
# github.event.pull_request.merged == true &&
# contains(github.event.pull_request.labels.*.name, 'renovate_publish')
if: >-
github.event.pull_request.merged == true &&
contains(github.event.pull_request.labels.*.name, 'renovate_publish')
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 544960f

Please sign in to comment.