Skip to content

Commit

Permalink
Add build task in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwmao authored and xiaoxichen committed Nov 8, 2024
1 parent 915a56e commit ac45038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- main
- baseline_resync

jobs:
Build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/version_change_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Check Version Update
on:
pull_request:
types: [opened, edited, synchronize]
branches:
- main

jobs:
check-file:
Expand Down

0 comments on commit ac45038

Please sign in to comment.