We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f131b7 commit d3a0af0Copy full SHA for d3a0af0
3 files changed
.github/workflows/ci-kotlin.yml
@@ -1,5 +1,9 @@
1
-name: gradle
2
-on: [push, pull_request]
+name: kotlin
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
jobs:
8
9
build:
.github/workflows/ci-python.yml
name: python
.github/workflows/ci.yml
name: go
0 commit comments