mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
6cf37e32d9
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> Co-Authored-by: tobiasKaminsky <tobias@kaminsky.me>
14 lines
296 B
YAML
14 lines
296 B
YAML
name: "Detect snapshot"
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master, stable-* ]
|
|
|
|
jobs:
|
|
detectSnapshot:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Detect SNAPSHOT
|
|
run: scripts/analysis/detectSNAPSHOT.sh
|