Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
[all]: develop branch as the main target
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricchevalier19 committed Apr 13, 2023
1 parent 745542d commit fea96bd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CMake

on:
push:
branches: [ main ]
branches: [ develop ]
pull_request:
branches: [ main ]
branches: [ develop ]
workflow_dispatch:

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Documentation

on:
push:
branches: [ main ]
branches: [ develop ]
pull_request:
branches: [ main ]
branches: [ develop ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Clang Format Checker
on:
pull_request:
branches: [ main ]
branches: [ develop ]
push:
branches: [ main ]
branches: [ develop ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ifpen_devenv_2021b.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: IFPEN devenv 2021b

on:
push:
branches: [ develop ]
workflow_dispatch:

env:
Expand Down Expand Up @@ -46,7 +48,7 @@ env:
CT_OPTS: "--timeout 300 --output-on-failure"

jobs:
build :
build:
name: ${{matrix.config.name}}
runs-on: ubuntu-latest
timeout-minutes: 120
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ifpen_el7_foss-2018b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: IFPEN el7 foss/2018b

on:
push:
branches: [ main ]
branches: [ develop ]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ifpen_el7_gimkl-2018b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: IFPEN el7 gimkl/2018b

on:
push:
branches: [ main ]
branches: [ develop ]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ifpen_el8_foss-2018b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: IFPEN el8 foss/2018b

on:
push:
branches: [ main ]
branches: [ develop ]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ifpen_el8_gimkl-2018b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: IFPEN el8 gimkl/2018b

on:
push:
branches: [ main ]
branches: [ develop ]
workflow_dispatch:

env:
Expand Down

0 comments on commit fea96bd

Please sign in to comment.