Skip to content

Update main.yml

Update main.yml #5

Workflow file for this run

name: CI
# This workflow is triggered when a commit is pushed to main
on:
push:
branches:
- main
jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- name: CircleCI Trigger on Pull Request
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.0
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}