Skip to content

Commit 32b1484

Browse files
authored
Fix environment specification for pipeline (#6)
* Another fix * Revert additional branch check
1 parent c0ca6c6 commit 32b1484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-changes.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: Release Changes
22

3-
environment: release
4-
53
on:
64
push:
75
branches:
86
- main
97

108
jobs:
119
build:
10+
environment: release
1211
runs-on: ubuntu-latest
1312

1413
steps:

0 commit comments

Comments
 (0)