mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Merge pull request #11899 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
This commit is contained in:
commit
f5c2d7e8ad
1 changed files with 3 additions and 2 deletions
5
.github/workflows/analysis.yml
vendored
5
.github/workflows/analysis.yml
vendored
|
@ -1,10 +1,11 @@
|
|||
# synced from @nextcloud/android-config
|
||||
name: "Analysis"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master, stable-* ]
|
||||
branches: [ "master", "main", "stable-*" ]
|
||||
push:
|
||||
branches: [ master, stable-* ]
|
||||
branches: [ "master", "main", "stable-*" ]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
Loading…
Reference in a new issue