Skip to content

Commit aaf2af1

Browse files
authored
Merge pull request #259 from NIAEFEUP/develop
Fix: Make deploy action use branch environment
2 parents f74de38 + ec7cdaa commit aaf2af1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/niployments.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
environment:
13+
name: ${{ github.ref_name }}
1214

1315
steps:
1416
- name: Upload to NIployments register

0 commit comments

Comments
 (0)