Skip to content

Commit

Permalink
Merge pull request #184 from Kerosene-Labs/BIL-6-update-fixed
Browse files Browse the repository at this point in the history
BIL-6: Building Workflow
  • Loading branch information
hlafaille authored Jan 2, 2025
2 parents 7d4d621 + 6a1ec94 commit 6e15178
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 6e15178

Please sign in to comment.