Skip to content

Commit

Permalink
Add github action for codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Nov 11, 2021
1 parent 5211cb0 commit 101ab5d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/codespaces.yaml
@@ -0,0 +1,19 @@
name: prebuild codespace
on:
push:
branches:
- master
- codespaces-sandbox
workflow_dispatch:

jobs:
createPrebuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/codespaces-precache@v1-stable
with:
regions: WestUs2 EastUs WestEurope SouthEastAsia
sku_name: premiumLinux
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 101ab5d

Please sign in to comment.