diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 44f0779a172ebd099854a3c981ff9d5b9d2202b4..a558406b5204075561dcd210ce529da1f8a70c56 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -2,8 +2,8 @@ name: CI on Pull Request # The jobs below will execute any time a PR is created. on: + pull_request: push: - pull_request: branches: - 'master' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 398999eb957f15a64c89f2a43a26c4d3e7fc9908..ced4d9929e20fc057419ce0172e990b3bc1c86e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,6 @@ name: CI on Release Tag -# The jobs below will execute any time a tag is pushed to any branch in the repo -# and when master is updated. +# The jobs below will execute any time a tag is pushed to any branch in the repo. on: push: tags: