removing solana_main_trigger_PR.yml

require some more modification to migrate from travis ci to github actions
This commit is contained in:
axleiro 2021-11-30 00:20:00 +05:30 committed by GitHub
parent 6f6a42f174
commit cdfa7cdc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
name : solana_main
on:
pull_request:
branches: [master]
tags : /^v\d+\.\d+/
paths-ignore:
- 'docs/**'
jobs:
solana_main_trigger:
runs-on: windows-latest
steps:
- run: echo "Triggering solana_main on PR"