hyperledger / indy-plenum

Plenum Byzantine Fault Tolerant Protocol
https://wiki.hyperledger.org/display/indy
Apache License 2.0
215 stars 370 forks source link

Add "DevOps" workflows and scripts to the list of triggers for the PR and Push workflows #1592

Closed WadeBarnes closed 2 years ago

WadeBarnes commented 2 years ago

For example this PR, https://github.com/hyperledger/indy-plenum/pull/1590, refactored the workflow for PRs and Pushes, yet when it was merged there was no workflow triggered because the PR and Push workflows are only triggered on changes to *.py files.

This should include workflow and action yaml files (and related resources), dockerfiles, and build scripts.