nextcloud-android/.github/workflows/detectSnapshot.yml
tobiasKaminsky 56df7ad103
Pin versions
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-12-16 10:35:39 +01:00

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