Skip to content

Commit

Permalink
BIL-6: tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Jan 2, 2025
1 parent 6547951 commit 6a1ec94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build
name: CI/CD - Develop
on:
push:
branches:
- develop
tags:
- "v*"

jobs:
backend_dist:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build
name: CI/CD - Production
on:
push:
branches:
- develop
tags:
- "v*"

Expand Down

0 comments on commit 6a1ec94

Please sign in to comment.