Skip to content

Commit

Permalink
update .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Nov 17, 2024
1 parent e984ab0 commit acde56e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/timblserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
schedule:
- cron: "0 20 3 * 5" # run test once a month
push:
branches: [master]
branches:
- master
- develop
paths:
- configure.ac
- 'src/**'
Expand Down Expand Up @@ -44,10 +46,12 @@ 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/setup-cppcheck@v1
Expand Down

0 comments on commit acde56e

Please sign in to comment.