Skip to content

Commit

Permalink
Disable develop and release triggers for template repo
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsemancik committed Jun 10, 2024
1 parent a0341d9 commit 1a0dd31
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/android_enterprise_release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Android Enterprise Release

on:
push:
branches:
- develop
# TODO uncomment trigger on client project

#on:
# push:
# branches:
# - develop

concurrency:
group: ${{ github.workflow }}-${{ github.repository }}
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/android_google_play_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Android Google Play Release

on:
release:
types: [ published ]
# TODO uncomment trigger on client project

#on:
# release:
# types: [ published ]

jobs:
release:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/ios_build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: iOS Build

on:
push:
branches:
- develop
# TODO uncomment trigger on client project

#on:
# push:
# branches:
# - develop

jobs:
build:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ios_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: iOS Release

on:
release:
types: [published]
# TODO uncomment trigger on client project

#on:
# release:
# types: [published]

jobs:
release:
Expand Down

0 comments on commit 1a0dd31

Please sign in to comment.