Skip to content

Commit

Permalink
fix: trigger pipeline for non main branches (#11)
Browse files Browse the repository at this point in the history
fix: trigger pipeline for non main branches
  • Loading branch information
KyleTryon committed Mar 8, 2022
2 parents 21a9dd0 + d0dabb5 commit 7b29cee
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 4,243 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.DS_Store
.DS_Store
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: <customize name>
id: <customize id>
uses: CircleCI-Public/[email protected]
uses: CircleCI-Public/[email protected].4
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}
```
Expand Down
Loading

0 comments on commit 7b29cee

Please sign in to comment.