Skip to content

Commit c11f125

Browse files
update workflows
1 parent 112ee3c commit c11f125

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/update-release-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Update Release Tags
1+
name: Update Action Release Tags
22
on:
33
push:
4-
tags: '*'
4+
tags: ['*']
55
workflow_dispatch:
66
jobs:
77
update-release-tags:

.github/workflows/validate.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
name: validate
22
on:
33
push:
4-
branches:
5-
- 'main'
4+
branches: ['main']
65
pull_request:
7-
branches:
8-
- '*'
9-
# Allows you to run this workflow manually from the Actions tab
6+
branches: ['*']
107
workflow_dispatch:
118
concurrency:
129
group: ${{ github.workflow }}-${{ github.ref }}
1310
cancel-in-progress: true
1411
jobs:
1512
validate:
1613
runs-on: ${{ matrix.os }}
14+
permissions:
15+
contents: read
1716
strategy:
1817
fail-fast: false
1918
matrix:

0 commit comments

Comments
 (0)