Skip to content

Commit

Permalink
Merge pull request #259 from NIAEFEUP/develop
Browse files Browse the repository at this point in the history
Fix: Make deploy action use branch environment
  • Loading branch information
tomaspalma authored Aug 26, 2024
2 parents f74de38 + ec7cdaa commit aaf2af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/niployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment:
name: ${{ github.ref_name }}

steps:
- name: Upload to NIployments register
Expand Down

0 comments on commit aaf2af1

Please sign in to comment.