nextcloud-android/.github/workflows/detectSnaphost.yml
tobiasKaminsky fb51298c97
Run workflows only on PRs, but not on direct push (e.g. transifex push, or merge commit)
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-01-14 15:10:21 +01:00

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