Skip to content

Commit

Permalink
Fifth test
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelzon committed Nov 7, 2023
1 parent f403767 commit 39815eb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ on: [push]

jobs:
run-workflows-on-branches:
name: "Run workflows on stable branches"
name: "Run Lint-C on stable branches"

strategy:
matrix:
branch: [master, develop-2.3]

steps:
- name: "Run Lint-C workflow"
uses: ./.github/workflows/lint-c.yml
with:
branch: ${{ matrix.branch }}
uses: ./.github/workflows/lint-c.yml
with:
branch: ${{ matrix.branch }}


0 comments on commit 39815eb

Please sign in to comment.