Skip to content

Commit

Permalink
test deploy widget
Browse files Browse the repository at this point in the history
  • Loading branch information
theolemague committed Nov 5, 2024
1 parent 9e31b15 commit af02c1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/deploy-app-production.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Deploy app production

on:
workflow_dispatch:
# push:
# branches:
# - main
# paths:
# - ".github/workflows/deploy-app-production.yml"
# - "app/**"
push:
branches:
- main
paths:
- ".github/workflows/deploy-app-production.yml"
- "app/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/deploy-widget-volontariat-production.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Deploy widget volontariat production

on:
workflow_dispatch
# push:
# branches:
# - main
# paths:
# - ".github/workflows/deploy-widget-volontariat-production.yml"
# - "widget-volontariat/**"
push:
branches:
- main
paths:
- ".github/workflows/deploy-widget-volontariat-production.yml"
- "widget-volontariat/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit af02c1f

Please # to comment.