Skip to content

Commit

Permalink
fix(build): fix develop workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeam committed Dec 29, 2023
1 parent f989f9e commit d4ca9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- develop
jobs:
production-deployment:
develop-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d4ca9f9

Please sign in to comment.