We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7bffc commit e9b080eCopy full SHA for e9b080e
.github/workflows/build.yml
@@ -1,6 +1,11 @@
1
name: Build
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ - 1.x
8
+ pull_request:
9
10
env:
11
SHA: ${{ GITHUB.SHA }}
.github/workflows/infersharp.yml
name: InferSharp
jobs:
InferSharp:
0 commit comments