We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c841f commit daad009Copy full SHA for daad009
.github/workflows/tests.yaml
@@ -4,13 +4,13 @@ on:
4
push:
5
branches:
6
- "**"
7
+ pull_request:
8
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
permissions:
13
contents: read
- id-token: write
14
steps:
15
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16
with:
@@ -27,7 +27,6 @@ jobs:
27
28
29
30
31
32
33
@@ -60,7 +59,6 @@ jobs:
60
59
61
62
63
64
65
66
0 commit comments