Skip to content

Commit

Permalink
Merge pull request #619 from containers/when_run
Browse files Browse the repository at this point in the history
when to run the testing
  • Loading branch information
cooktheryan authored Jun 24, 2024
2 parents 27d3d80 + e28d1ff commit c2c7576
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Training Bootc image builds

on:
push:
branches: [ main ]
paths:
- 'training/**'
- '.github/workflows/training_bootc.yaml'

workflow_dispatch:

concurrency:
Expand Down

0 comments on commit c2c7576

Please sign in to comment.