Skip to content

Commit

Permalink
Merge pull request #126 from Cox-Automotive/workflow_fix
Browse files Browse the repository at this point in the history
Update Workflow.
  • Loading branch information
amagana3 committed May 3, 2021
2 parents b5b771c + d5705a8 commit e9ade97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit e9ade97

Please sign in to comment.