Enable github workflows on feature branches

This commit is contained in:
Wilken Rivera 2024-07-24 16:55:09 -04:00 committed by Lucas Bajolet
parent 199a751353
commit 2a206ccd68
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ on:
branches:
- main
- release/**
- feature/**
env:
REPO_NAME: "packer"

View file

@ -10,6 +10,7 @@ on:
branches:
- 'main'
- release/**
- feature/**
pull_request:
env:

View file

@ -9,6 +9,7 @@ on:
branches:
- 'main'
- release/**
- feature/**
pull_request:
permissions: