Enable github workflows on feature branches

protobuf_testing
Wilken Rivera 2 years ago committed by Lucas Bajolet
parent db95a739d1
commit 31a0b662c5

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

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

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

Loading…
Cancel
Save