We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fb52fa + 84b833f commit c386a5bCopy full SHA for c386a5b
.github/workflows/examples.yml
@@ -1,5 +1,10 @@
1
name: Examples
2
-on: push
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - master
7
+ - develop
8
jobs:
9
examples:
10
strategy:
.github/workflows/unit-test.yml
name: Unit tests
unit-tests:
0 commit comments