This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new bd9de0e8 Don't run on branch push bd9de0e8 is described below commit bd9de0e8ad1e6308261425389f031990c9075d4c Author: Sebb <s...@apache.org> AuthorDate: Sun Nov 19 12:06:18 2023 +0000 Don't run on branch push [skip ci] --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e097b59d..d18f19d6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,6 +19,7 @@ on: # allow direct trigger workflow_dispatch: push: + branches: [ master ] paths-ignore: - '**/workflows/*.yml' - 'src/docker/*'