Skip to content

Commit

Permalink
conditionne workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Mar 15, 2024
1 parent 4f9d9ba commit fd162fd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/appli14/.github/workflows/test.yaml
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
7 changes: 6 additions & 1 deletion src/appli15/.github/workflows/prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Construction image Docker

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


jobs:
docker:
Expand Down
7 changes: 6 additions & 1 deletion src/appli15/.github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Python package

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


jobs:
build:
Expand Down

0 comments on commit fd162fd

Please sign in to comment.