Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 05d91e0

Browse files
Edited second action to run only after push of exact folder (2-year-movies-service)
1 parent 5948907 commit 05d91e0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/push-docker-container.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build docker image and push to Docker Hub
22

3-
on: [push]
3+
on:
4+
push:
5+
paths:
6+
- 2\ year\ -\ Movie\ Ticket\ Sales\ Service/*
47

58
jobs:
69

.github/workflows/push-movies-service-to-surge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build React-App and deploy to Surge
33
on:
44
push:
55
paths:
6-
- 2\ year\ -\ Movie\ Ticket\ Sales\ Service/**
6+
- 2\ year\ -\ Movie\ Ticket\ Sales\ Service/*
77

88

99
jobs:

0 commit comments

Comments
 (0)