Skip to content

Commit

Permalink
update lunaria workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 28, 2024
1 parent 46821ec commit 39e27cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lunaria-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Lunaria Deployments

on:
pull_request:
branches:
- issue-0304
push:
branches:
- main
# - main
# TODO: Remove issue-304 from the list of branches and enable main once PR#333 is ready to merged
- issue-0304

jobs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/lunaria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Lunaria
on:
pull_request_target:
types: [opened, synchronize]
# TODO: Remove issue-304 from the list of branches once PR#333 is merged
branches: [main, issue-304]
branches:
# - main
# TODO: Remove issue-304 from the list of branches and enable main once PR#333 is ready to merged
- issue-304

jobs:
lunaria-overview:
Expand Down

0 comments on commit 39e27cf

Please sign in to comment.