Skip to content

Commit e405149

Browse files
committed
Attempt Build & Cache. No Release.
1 parent d128d7e commit e405149

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/builds.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- v[0-9]+.[0-9]+.[0-9]+**
7+
branches:
8+
- cache-test
79

810
jobs:
911
build:
@@ -100,6 +102,7 @@ jobs:
100102
101103
# Upload the build
102104
- name: Upload Artifact
105+
if: github.ref != 'refs/heads/cache-test'
103106
uses: actions/upload-artifact@v4
104107
with:
105108
name: gdhtml-${{ matrix.target.platform }}-${{ matrix.target.arch }}-${{ matrix.float-precision }}-${{ matrix.target-type }}
@@ -108,6 +111,7 @@ jobs:
108111
109112
# Merges all the build artifacts together into a single gdhtml artifact.
110113
merge:
114+
if: github.ref != 'refs/heads/cache-test'
111115
runs-on: ubuntu-22.04
112116
needs: build
113117
steps:
@@ -119,6 +123,7 @@ jobs:
119123
delete-merged: true
120124

121125
release:
126+
if: github.ref != 'refs/heads/cache-test'
122127
permissions: write-all
123128
runs-on: ubuntu-22.04
124129
needs: merge

0 commit comments

Comments
 (0)