Skip to content

Commit

Permalink
Add trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Jan 3, 2024
1 parent bec0cf1 commit fd283b7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Trigger CircleCI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- name: secretflow-yacl-ci
id: secretflow-yacl-ci
uses: CircleCI-Public/[email protected]
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}

0 comments on commit fd283b7

Please sign in to comment.