Skip to content

Commit

Permalink
Update selfhost.yml
Browse files Browse the repository at this point in the history
installed runner on server
  • Loading branch information
fossee-sysad committed Mar 21, 2024
1 parent f3fe37c commit 83ce9bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/selfhost.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Deploy
name: Deploy to GitHub Pages

# Trigger the workflow on push and
# pull request events on the main branch
on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
push:
branches: ["main"]
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write

jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: wcag
build:
runs-on: self-hosted
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
Expand Down

0 comments on commit 83ce9bf

Please sign in to comment.