mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-24 11:31:09 +02:00
Update YAML so only push events trigger on the master branch
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
Reference in New Issue
Block a user