Skip to content

Commit

Permalink
Cevalien/ci develop support (#17)
Browse files Browse the repository at this point in the history
* Added main branch to the CI trigger

* Used wrong branch names
  • Loading branch information
CesarValiente authored Dec 2, 2020
1 parent fa4d5b7 commit 0540e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kotlin-samples-CI.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: Kotlin samples CI
name: Kotlin samples CI

on:
push:
branches: [ master ]
branches: [ develop, master ]
pull_request:
branches: [ master ]
branches: [ develop, master ]
workflow_dispatch:
inputs:
name:
Expand Down

0 comments on commit 0540e47

Please sign in to comment.