Skip to content

Commit 08dc2da

Browse files
committed
rm test workflow
1 parent f100cfc commit 08dc2da

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ name: Docs
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
paths:
7-
- 'docs/**'
8-
- '.github/workflows/docs.yml'
95
push:
106
branches:
117
- main
12-
- skarim/docs # temporary for testing
138
paths:
149
- 'docs/**'
1510
- '.github/workflows/docs.yml'
@@ -46,13 +41,13 @@ jobs:
4641
run: npm run build
4742

4843
- name: Upload build artifacts
49-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/skarim/docs' || github.event_name == 'workflow_dispatch'
44+
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
5045
uses: actions/upload-pages-artifact@v3
5146
with:
5247
path: ./docs/dist
5348

5449
deploy:
55-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/skarim/docs' || github.event_name == 'workflow_dispatch'
50+
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
5651
environment:
5752
name: github-pages
5853
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)