Skip to content

Update index.md

Update index.md #22

Workflow file for this run

name: My Kotlin
on:
pull_request_target:
paths:
- '**/*.kt'
- '!**/src/*Test*/**'
- '!**/src/*test*/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get changed files
run: |
echo "test is found but not in test, ${{ github.event.ref}}"
echo "${{ github.event_name }}"
echo " json ${{toJson(github.event)}}"