mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
56df7ad103
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
17 lines
406 B
YAML
17 lines
406 B
YAML
name: "Detect snapshot"
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master, stable-* ]
|
|
|
|
# Declare default permissions as read only.
|
|
permissions: read-all
|
|
|
|
jobs:
|
|
detectSnapshot:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
|
- name: Detect SNAPSHOT
|
|
run: scripts/analysis/detectSNAPSHOT.sh
|