Skip to content

Commit 63e9e4b

Browse files
authored
build: run tests pull requests for all branches (#426)
1 parent 57881f7 commit 63e9e4b

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/integration-tests-on-emulator.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ on:
22
push:
33
branches: [ main ]
44
pull_request:
5-
branches: [ main ]
65
name: Integration tests on emulator
76
jobs:
87
test:

.github/workflows/samples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
on:
22
pull_request:
3-
branches: [ main ]
43
name: Run Samples
54
jobs:
65
samples:

.github/workflows/snippets.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
on:
22
pull_request:
3-
branches: [ main ]
43
name: Run Snippets
54
jobs:
65
samples:

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ on:
22
push:
33
branches: [ main ]
44
pull_request:
5-
branches: [ main ]
65
name: Unit Tests
76
jobs:
87
test:

0 commit comments

Comments
 (0)