Skip to content

Commit

Permalink
add: workflow to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienQNN committed Nov 15, 2024
0 parents commit 8d332ff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/codebuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: codebuild-test

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:
runs-on:
"codebuild-test-terraform-aws-codebuild-hosted-github-action-runner-${{ github.run_id }}-${{
github.run_attempt }}-al2-5.0-small"
steps:
- name: Checkout
uses: actions/checkout@v4

0 comments on commit 8d332ff

Please sign in to comment.