Skip to content

Commit

Permalink
ci: update workflow triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed Jan 2, 2025
1 parent ee10b50 commit ab53d3c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/generate_images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: Generate prebuilt images
on: [push, pull_request]
on:
pull_request:
branches:
- master
push:
branches:
- master
tags:
- 'v*'
workflow_dispatch:

jobs:
buildroot:
Expand Down

0 comments on commit ab53d3c

Please sign in to comment.