Skip to content

Commit

Permalink
ci: 馃懛 added manual triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Can-Sahin committed Dec 25, 2020
1 parent 734b67f commit a514701
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Expand Up @@ -3,6 +3,7 @@ name: build
on:
- push
- pull_request
- workflow_dispatch

jobs:
createNpmPackage:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -2,14 +2,15 @@ name: release

on:
release:
types:
- created
types:
- created
workflow_dispatch:

jobs:
createAndTestCRAFromNpm:
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 15.x]

runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Expand Up @@ -2,6 +2,7 @@ name: test
on:
- push
- pull_request
- workflow_dispatch

jobs:
test:
Expand Down

0 comments on commit a514701

Please sign in to comment.