Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkenstein committed Nov 19, 2024
1 parent 782d575 commit 9c94d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Validate PR Commits

on:
pull_request:
types: [opened, synchronize]
# TODO: Uncomment this when we have a main branch
# on:
# pull_request:
# types: [opened, synchronize]

jobs:
validate-commits:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "publish"
on:
push:
tags:
- "main"
- "master"

# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
Expand Down

0 comments on commit 9c94d61

Please sign in to comment.