Skip to content

Commit ef40ac3

Browse files
committed
ba
1 parent c0bbead commit ef40ac3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Validation
22

33
on:
44
push:
5+
pull_request:
56
branches:
6-
- "**"
7+
- master
78

89
jobs:
910
validate:
@@ -13,7 +14,7 @@ jobs:
1314
contents: read
1415
packages: write
1516
id-token: write
16-
steps:
17+
steps:
1718
- uses: actions/checkout@v4
1819
with:
1920
fetch-tags: 1

0 commit comments

Comments
 (0)