Skip to content

Commit

Permalink
testing release job
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Dec 23, 2024
1 parent f90cdfe commit b09eb34
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ name: "Build & Release"

on:
push:
branches: [ main ]
tags:
- v[0-9]+.[0-9]+.[0-9]+*
# branches: [ main ]
# tags:
# - v[0-9]+.[0-9]+.[0-9]+*
pull_request:
types: [ opened, synchronize, reopened ]

env:
INTG_NAME: denonavr
Expand Down Expand Up @@ -105,7 +107,8 @@ jobs:

release:
name: Create Release
if: github.ref == 'refs/heads/main' || contains(github.ref, 'tags/v')
# TODO just for testing PR
# if: github.ref == 'refs/heads/main' || contains(github.ref, 'tags/v')
runs-on: ubuntu-24.04
needs: [ build ]

Expand Down

0 comments on commit b09eb34

Please sign in to comment.