Skip to content

Commit

Permalink
change action name, add environment, add need on test
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinobrien committed Jul 2, 2024
1 parent f8e28e6 commit e46b5d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Build, Test and Deploy

on:
push:
Expand Down Expand Up @@ -36,6 +36,8 @@ jobs:

build-and-deploy:
runs-on: ubuntu-latest
needs: build-and-test
environment: production
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e46b5d0

Please sign in to comment.