chore: disable workflows on develop

This commit is contained in:
gabrieljablonski 2025-05-06 16:54:12 -03:00
parent 164f4ec90e
commit ba36dfb509
2 changed files with 1 additions and 11 deletions

View File

@ -1,12 +1,7 @@
name: Frontend Lint & Test name: Frontend Lint & Test
on: on:
push: workflow_dispatch:
branches:
- develop
pull_request:
branches:
- develop
jobs: jobs:
test: test:

View File

@ -1,10 +1,5 @@
name: Run Chatwoot CE spec name: Run Chatwoot CE spec
on: on:
push:
branches:
- develop
- master
pull_request:
workflow_dispatch: workflow_dispatch:
jobs: jobs: