Skip to content

Commit

Permalink
action only mester branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed May 9, 2024
1 parent 890aaea commit b4ccc7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Auth Workflow - Build
on:
push:
branches:
- main
- master
paths:
- "packages/services/auth/**"

jobs:
auth-build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/project-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Project Init
on:
push:
branches:
- main
- master
paths:
- "packages/**"

jobs:
project-init:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: User Workflow - Build
on:
push:
branches:
- main
- master
paths:
- "packages/services/user/**"

jobs:
user-build:
Expand Down

0 comments on commit b4ccc7d

Please sign in to comment.