Skip to content

Commit

Permalink
feat: initial release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell authored Dec 28, 2023
1 parent 7037dc0 commit 433eccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Pull Request

on:
# TODO: NC - Remove main branch trigger
push:
branches:
- main
pull_request:
branches: ['main']

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release
on:
push:
branches:
# - main
- ignore # TODO: NC - Remove this line and uncomment the line above when ready to release
- main

permissions:
contents: write
Expand Down

0 comments on commit 433eccb

Please sign in to comment.