Skip to content

Commit 5b22a4e

Browse files
Merge pull request #1664 from nextcloud/chore/ci-push-limitation
CI: Don't run on push except on main and stable branches
2 parents 5f3feb3 + d50d57f commit 5b22a4e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Android CI
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches: [ main, stable-* ]
47

58
permissions:
69
contents: read

0 commit comments

Comments
 (0)