Skip to content

Commit 337e5b6

Browse files
Merge pull request #12 from theAshbringer/theAshbringer-patch-1
Update main.yml
2 parents 78e3960 + a1c70f1 commit 337e5b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: linting, testing, building
22
on:
33
push:
44
branches: [ main ]
5-
pull_request:
6-
branches: [ main ]
5+
# pull_request:
6+
# branches: [ main ]
77
jobs:
88
pipeline:
99
runs-on: ubuntu-latest
@@ -36,4 +36,4 @@ jobs:
3636
if: always()
3737
- name: screenshot testing
3838
run: npm run test:ui:ci
39-
if: always()
39+
if: always()

0 commit comments

Comments
 (0)