Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Aug 28, 2024
1 parent 08c560c commit a456a1f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Build"

permissions:
contents: read
pages: write
id-token: write

on:
push:
branches: [ "cd/2024-08-28-stack-test" ]
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/chrisdone/hell-build
steps:
- uses: actions/checkout@v4
- run: |
ls `pwd`

0 comments on commit a456a1f

Please sign in to comment.