Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteLecat committed Nov 28, 2023
1 parent f77dfa9 commit cf3e6e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- release/**
pull_request:
branches:
- release/**

jobs:
build-and-deploy:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/develop-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Develop Workflow

on:
push:
branches:
- develop
pull_request:
branches:
- develop
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ios_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- release/**
pull_request:
branches:
- release/**
jobs:
ios:
environment: beta
Expand Down

0 comments on commit cf3e6e5

Please sign in to comment.