Skip to content

Commit

Permalink
update tee worker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Dec 15, 2022
1 parent e578eea commit 6305908
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/tee-worker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,21 @@ name: Tee-worker CI
# tried symbolic link -- didn't work, see https://stackoverflow.com/a/71704019

on:
workflow_dispatch:
push:
branches:
- tee-dev
- dev
paths-ignore:
- "**/dependabot.yml"
- "**/README.md"
pull_request:
branches:
- tee-dev
- dev
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 6305908

Please sign in to comment.