Skip to content

Commit

Permalink
Second test
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelzon committed Nov 7, 2023
1 parent b988a89 commit b0448a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: Periodic workflow run
on: [push]

jobs:
call-run-c-linter-on-master:
call-run-c-linter-on-branches:
strategy:
matrix:
branch: [master, develop-2.3]
uses: ./.github/workflows/lint-c.yml
with:
branch: develop-2.3
branch: ${{ matrix.branch }}


0 comments on commit b0448a3

Please sign in to comment.