Skip to content

Commit

Permalink
Also build on 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouwe committed Dec 27, 2023
1 parent d980af3 commit f5ab4fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build

on:
push:
branches: [ master ]
branches: [ master, 4.x ]
paths-ignore:
- 'Docs/**'
- '**.md'
pull_request:
branches: [ master ]
branches: [ master, 4.x ]
paths-ignore:
- 'Docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/determinism_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ env:

on:
push:
branches: [ master ]
branches: [ master, 4.x ]
paths-ignore:
- 'Docs/**'
- '**.md'
pull_request:
branches: [ master ]
branches: [ master, 4.x ]
paths-ignore:
- 'Docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Sonar Cloud

on:
push:
branches: [ master ]
branches: [ master, 4.x ]
paths-ignore:
- 'Docs/**'
- '**.md'
pull_request:
branches: [ master ]
branches: [ master, 4.x ]
paths-ignore:
- 'Docs/**'
- '**.md'
Expand Down

0 comments on commit f5ab4fd

Please sign in to comment.