Skip to content

Commit bd9f063

Browse files
committed
Revert "Don't run artefact generation on release, but rather on tag creation"
This reverts commit 16b8f4c.
1 parent 16b8f4c commit bd9f063

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- 'master'
77
- 'xdebug_*'
88
pull_request:
9+
release:
10+
types: [created]
911
create:
1012

1113
jobs:
@@ -99,7 +101,7 @@ jobs:
99101
runs-on: ubuntu-latest
100102
name: "PIE Release Artifacts"
101103
needs: windows
102-
if: ${{ github.ref_type == 'tag' }}
104+
if: ${{ github.event_name == 'release' }}
103105
steps:
104106
- name: Upload artifact to the release
105107
uses: php/php-windows-builder/release@v1

0 commit comments

Comments
 (0)