Skip to content

Commit

Permalink
chore: cleaned main ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgiolaga committed Nov 17, 2024
1 parent b5c2455 commit d78aa0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PartitelleBot + PartitelleBotTest
name: PartitelleBot

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: PartitelleBotTest

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [labeled, unlabeled, opened, synchronize]

jobs:
deploy:
if: ${{ contains(github.event.pull_request.labels.*.name, 'deploy-partitellebot-test') }}
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'deploy-partitellebot-test') }}
runs-on: ubuntu-latest
steps:
- name: Deploy to PartitelleBotTest
Expand Down

0 comments on commit d78aa0b

Please sign in to comment.