Skip to content

Commit 72eb07e

Browse files
authored
GHA - exclude the automated-changelog branch from build job (hashicorp#32138)
1 parent 219ae4c commit 72eb07e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ name: build
1515
#
1616
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore
1717
#
18-
on: [workflow_dispatch, push]
18+
on:
19+
workflow_dispatch:
20+
push:
21+
branches-ignore:
22+
- automated-changelog
1923

2024
env:
2125
PKG_NAME: "terraform-provider-azurerm"

0 commit comments

Comments
 (0)