We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f564c commit eb6221cCopy full SHA for eb6221c
3 files changed
.github/workflows/android.yml
@@ -2,8 +2,6 @@ name: OpenLetters-Android
2
3
on:
4
push:
5
- branches:
6
- - '*'
7
branches-ignore:
8
- 'main'
9
.github/workflows/development-release.yml
@@ -5,6 +5,9 @@ on:
branches:
+permissions:
+ contents: write
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
.gitignore
@@ -15,3 +15,5 @@
15
local.properties
16
.idea/*
17
.kotlin/*
18
+app/development/*
19
+app/production/*
0 commit comments