Skip to content

Commit 7fca879

Browse files
committed
Improve actions workflows
1 parent 367c1c4 commit 7fca879

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ concurrency:
1919

2020
jobs:
2121
deploy:
22+
environment:
23+
name: github-pages
24+
url: ${{ steps.deployment.outputs.page_url }}
2225
runs-on: ubuntu-latest
2326
steps:
2427
- name: Checkout

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on: [push, workflow_dispatch]
3+
on: [pull_request, workflow_dispatch]
44

55
jobs:
66
test:

0 commit comments

Comments
 (0)