Skip to content

Commit

Permalink
chore: add deploy for jira tracking
Browse files Browse the repository at this point in the history
Using a deployment to be able to move issues when commits are merged to
main.
  • Loading branch information
jsolaas committed May 8, 2024
1 parent 0e6b248 commit 6681607
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/on-push-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
- main

jobs:

deploy-dummy:
runs-on: ubuntu-latest
environment:
name: libecalc-test
steps:
- name: dummy
run: echo "Deployed"

pre-ci:
uses: ./.github/workflows/pre-ci.yml

Expand Down

0 comments on commit 6681607

Please sign in to comment.