Restrict contributions updates to only run on pushes to develop
This commit is contained in:
parent
5ecaf89d15
commit
0714b94ca1
2
.github/workflows/contributions.yaml
vendored
2
.github/workflows/contributions.yaml
vendored
@ -2,7 +2,7 @@ name: Contributions
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- 'develop'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user