Skip to content

Commit

Permalink
add action for 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Nov 17, 2024
1 parent 4f7159b commit 0587478
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/mbtserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
schedule:
- cron: "0 19 3 * 5" # run test once a month
push:
branches: [master]
branches:
- master
- develop
paths:
- configure.ac
- 'src/**'
Expand Down Expand Up @@ -44,14 +46,17 @@ jobs:

- uses: LanguageMachines/ticcactions/cpp-submodule-build@v1
with:
branch: ${{ github.ref_name }}
module: ticcutils

- uses: LanguageMachines/ticcactions/cpp-submodule-build@v1
with:
branch: ${{ github.ref_name }}
module: timbl

- uses: LanguageMachines/ticcactions/cpp-submodule-build@v1
with:
branch: ${{ github.ref_name }}
module: mbt

- uses: LanguageMachines/ticcactions/setup-cppcheck@v1
Expand Down

0 comments on commit 0587478

Please sign in to comment.