diff --git a/.github/workflows/master_pr_checks.yaml b/.github/workflows/pr_checks.yaml similarity index 96% rename from .github/workflows/master_pr_checks.yaml rename to .github/workflows/pr_checks.yaml index 41c145cb..b3ca159d 100644 --- a/.github/workflows/master_pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -1,8 +1,8 @@ -name: master-pr +name: pr-checks on: pull_request: - branches: [ master ] + branches: [ master, dev ] types: [ edited, opened, synchronize, reopened ] jobs: build: