2
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-02-23 20:20:33 +07:00

Update YAML so only push events trigger on the master branch

This commit is contained in:
Konrad Pabjan 2020-04-28 16:53:52 +02:00
parent cb22e2637a
commit 0aad9dab0a

View File

@ -1,6 +1,8 @@
name: Test name: Test
on: on:
push: push:
branches:
- master
paths-ignore: paths-ignore:
- '**.md' - '**.md'
pull_request: pull_request: