Skip to content

Commit

Permalink
fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
rawanmahdi committed Nov 30, 2023
1 parent 4d2ba02 commit 16e99ed
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Deploy Docker Files to Artifact Registry
name: "Manually Deploy Docker Files to Artifact Registry"

on:
push:
branches:
- 'main'
paths:
-'backend/'
-'frontend/'
# # -'machine-learning/Dockerfile'
workflow_dispatch:
# push:
# branches:
# - 'main'
# paths:
# -'backend/'
# -'frontend/'
# -'machine-learning/Dockerfile'


jobs:
Expand Down

0 comments on commit 16e99ed

Please sign in to comment.