Skip to content

Commit

Permalink
Change workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Mar 15, 2024
1 parent fd162fd commit 485b096
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 18 deletions.
6 changes: 5 additions & 1 deletion src/appli16/.github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Construction image Docker

on: [push]
on:
push:
branches:
- main
- dev

jobs:
docker:
Expand Down
6 changes: 5 additions & 1 deletion src/appli16/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches:
- main
- dev

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion src/appli17/.github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Construction image Docker

on: [push]
on:
push:
branches:
- main
- dev

jobs:
docker:
Expand Down
8 changes: 6 additions & 2 deletions src/appli17/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Python package

on: [push]

on:
push:
branches:
- main
- dev

jobs:
build:

Expand Down
6 changes: 5 additions & 1 deletion src/appli18/.github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Construction image Docker

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
docker:
Expand Down
6 changes: 5 additions & 1 deletion src/appli18/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion src/appli19a/.github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Construction image Docker

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
docker:
Expand Down
6 changes: 5 additions & 1 deletion src/appli19a/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion src/appli19b/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion src/appli20/.github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Construction image Docker

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
docker:
Expand Down
6 changes: 5 additions & 1 deletion src/appli20/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion src/appli21/.github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Construction image Docker

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
docker:
Expand Down
6 changes: 5 additions & 1 deletion src/appli21/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion src/appli22/.github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Construction image Docker

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
docker:
Expand Down
6 changes: 5 additions & 1 deletion src/appli22/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion src/appli23/.github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Construction image Docker

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
docker:
Expand Down
6 changes: 5 additions & 1 deletion src/appli23/.github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches:
- main
- dev]

jobs:
build:
Expand Down

0 comments on commit 485b096

Please sign in to comment.