Skip to content

Commit eb6221c

Browse files
author
Josh
committed
more ci work
1 parent f7f564c commit eb6221c

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: OpenLetters-Android
22

33
on:
44
push:
5-
branches:
6-
- '*'
75
branches-ignore:
86
- 'main'
97

.github/workflows/development-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- 'main'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
local.properties
1616
.idea/*
1717
.kotlin/*
18+
app/development/*
19+
app/production/*

0 commit comments

Comments
 (0)