Skip to content

Commit

Permalink
ci: Enable Github workflows for important branches
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Jun 13, 2024
1 parent 1f4d608 commit dbfefdd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-cloe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build Cloe

on:
push:
branches:
- master
- develop
- 'release/**'
pull_request:
paths-ignore:
- "*.md"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build Documentation

on:
push:
branches:
- master
- develop
- 'release/**'
pull_request:
paths:
- "docs/**"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-ui.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build UI

on:
push:
branches:
- master
- develop
- 'release/**'
pull_request:
paths:
- "ui/**"
Expand Down

0 comments on commit dbfefdd

Please sign in to comment.