Skip to content

Commit

Permalink
added workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
behnammodi committed Mar 15, 2020
1 parent 1e5a90f commit 1b81ddb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/.yaml
@@ -0,0 +1,4 @@
# Use this yaml in your workflow file for each job
runs-on: [self-hosted, macos]

on: push
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
2 changes: 2 additions & 0 deletions .npmignore
@@ -1,3 +1,5 @@
.github

index.test.js

LICENSE

0 comments on commit 1b81ddb

Please sign in to comment.