We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c035057 commit 77f74aeCopy full SHA for 77f74ae
1 file changed
.github/workflows/pages.yml
@@ -16,6 +16,7 @@ concurrency:
16
17
jobs:
18
build:
19
+ if: github.repository == 'mruby/mruby.github.io'
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
@@ -40,6 +41,7 @@ jobs:
40
41
uses: actions/upload-pages-artifact@v3
42
43
deploy:
44
45
environment:
46
name: github-pages
47
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments