Skip to content

Commit

Permalink
Merge pull request #110 from fictoan/update-gh-actions
Browse files Browse the repository at this point in the history
Update GH actions
  • Loading branch information
aditya-67 authored Aug 25, 2024
2 parents 5a83b38 + daab232 commit 43b577a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# More details are here: https://help.github.com/articles/about-codeowners/

# The '*' pattern is global owners.

# These owners will be the default owners for everything in
# the repo.

# Global rule:
* @aditya-67
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish to NPM
on:
push:
branches:
- master
pull_request:
types:
- closed
branches:
- main
jobs:
npm-publish:
name: npm-publish
Expand Down

0 comments on commit 43b577a

Please sign in to comment.