added github actions yml file for solana-main for PR

This commit is contained in:
axleiro 2021-11-30 00:02:33 +05:30 committed by GitHub
parent 12dbcae75a
commit dd55a2706b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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"