We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367c1c4 commit 7fca879Copy full SHA for 7fca879
.github/workflows/deploy.yml
@@ -19,6 +19,9 @@ concurrency:
19
20
jobs:
21
deploy:
22
+ environment:
23
+ name: github-pages
24
+ url: ${{ steps.deployment.outputs.page_url }}
25
runs-on: ubuntu-latest
26
steps:
27
- name: Checkout
.github/workflows/test.yml
@@ -1,6 +1,6 @@
1
name: Test
2
3
-on: [push, workflow_dispatch]
+on: [pull_request, workflow_dispatch]
4
5
6
test:
0 commit comments