Skip to content

Commit 444ba80

Browse files
committed
fix
1 parent 601be5e commit 444ba80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Validation
33
on:
44
push:
55
branches:
6-
- master
7-
- dev/validation
6+
- *
87

98
jobs:
109
validate:
@@ -13,7 +12,8 @@ jobs:
1312
permissions:
1413
contents: read
1514
packages: write
16-
steps:
15+
id-token: write
16+
steps:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-tags: 1

0 commit comments

Comments
 (0)