We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be716d9 commit 746416bCopy full SHA for 746416b
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,8 @@ name: CI
3
on:
4
push:
5
branches: [main]
6
+ pull_request:
7
+ branches: [main]
8
9
jobs:
10
test:
@@ -32,6 +34,9 @@ jobs:
32
34
33
35
release:
36
runs-on: ubuntu-latest
37
+ if:
38
+ ${{ github.repository == 'testing-library/svelte-testing-library' &&
39
+ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
40
41
steps:
42
- name: Cancel previous runs
0 commit comments