Skip to content

Commit

Permalink
πŸ’š [ci] improve build-deploy run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Apr 16, 2023
1 parent a14fd46 commit 3e417ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: '[πŸ‘·πŸš€] Build and Deploy'
run-name: '[πŸ‘·πŸš€] Build on `${{ github.ref }}` and deploy on master & dev'
# prettier-ignore
run-name: '[πŸ‘·πŸš€] Build on `${{ github.ref }}`${{ (github.repository_owner == ''LSS-Manager'' && (github.ref == ''refs/heads/master'' || github.ref == ''refs/heads/dev'')) && '' and deploy'' || '''' }}'

on:
push:
Expand Down

0 comments on commit 3e417ea

Please sign in to comment.