We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f770cf commit 2101086Copy full SHA for 2101086
2 files changed
.github/workflows/hemtt.yml
@@ -8,7 +8,8 @@ on:
8
pull_request_target:
9
10
jobs:
11
- windows:
+ hemtt:
12
+ name: HEMTT
13
runs-on: windows-latest
14
steps:
15
- name: Checkout the source code
.github/workflows/release.yml
@@ -1,14 +1,17 @@
1
---
2
-name: "tagged-release"
+name: tagged-release
3
4
on:
5
push:
6
tags:
7
- "v*"
+permissions:
+ contents: write
+
tagged-release:
- name: "Tagged Release"
+ name: Tagged Release
16
17
0 commit comments