Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
Try out github actions
  • Loading branch information
kr0ner committed Nov 18, 2024
1 parent 467d5d8 commit 3c46426
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build

on:
issue_comment:
types: [created, edited]

permissions:
pull-requests: write
statuses: write
checks: write

jobs:
build:
if: (contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/test'))
uses: kr0ner/workflows/.github/workflows/build.yml@main
with:
files: esphome/esp32-poe-technik.yaml

0 comments on commit 3c46426

Please sign in to comment.