Skip to content

Commit

Permalink
test stage deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen committed Jan 17, 2025
1 parent 424ceef commit 35f7f72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- "**"
pull_request:
branches:
- "main"
- "main" # TODO: fix this before merging ("**")
# pull_request:
# branches:
# - "main"

jobs:
node_pull_request_check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-stage-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- "main"
- "**" # TODO: Change to main before merging (main)

jobs:
build-and-deploy:
Expand Down

0 comments on commit 35f7f72

Please sign in to comment.