We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bcd68 commit 4342fe8Copy full SHA for 4342fe8
.github/workflows/compile-examples.yml
@@ -1,5 +1,8 @@
1
name: Compile Examples
2
-on: [push, pull_request]
+on:
3
+ - push
4
+ - pull_request
5
+
6
jobs:
7
build:
8
runs-on: ubuntu-latest
0 commit comments