Skip to content

Commit cc5fb9a

Browse files
author
Joe Gilreath
committed
fix: manual workflow trigger
1 parent 974e9dc commit cc5fb9a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
name: '@ngneat/reactive-forms'
1+
name: 'lothern/reactive-forms'
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master
78
pull_request:
8-
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
fail-fast: true
14-
1512
steps:
1613
- uses: actions/checkout@v2
1714
- name: Cache node modules

0 commit comments

Comments
 (0)