Skip to content

Commit

Permalink
also run CI on action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 13, 2024
1 parent 587e73f commit bd4ca73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ticcltools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: C/C++ CI

on:
schedule:
- cron: "0 20 3 * 5" # run test once a month
- cron: "0 20 5 * 5" # run test once a month
push:
branches: [master]
branches:
- master
- action
paths:
- configure.ac
- 'src/**'
Expand Down

0 comments on commit bd4ca73

Please sign in to comment.