Restrict contributions updates to only run on pushes to develop

This commit is contained in:
Timmy Welch 2023-02-17 10:16:21 -08:00
parent 5ecaf89d15
commit 0714b94ca1
No known key found for this signature in database

View File

@ -2,7 +2,7 @@ name: Contributions
on:
push:
branches:
- '**'
- 'develop'
tags-ignore:
- '**'