Skip to content

Commit

Permalink
Enable github workflows on feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken authored and lbajolet-hashicorp committed Aug 12, 2024
1 parent 199a751 commit 2a206cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
branches:
- main
- release/**
- feature/**

env:
REPO_NAME: "packer"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- 'main'
- release/**
- feature/**
pull_request:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- 'main'
- release/**
- feature/**
pull_request:

permissions:
Expand Down

0 comments on commit 2a206cc

Please sign in to comment.