diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 59f1b4d9..21000cca 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,10 +1,10 @@ -name: ALKS Terraform Provider CI +name: ALKS TFP CI on: push: - branches: [ master ] + branches: [ master, develop ] pull_request: - branches: [ master ] + branches: [ master, develop ] jobs: