Skip to content

Commit

Permalink
trigger form forks
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHK authored Jan 24, 2025
1 parent 00fac04 commit ac39d3a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: Build and check image

on: push
on:
# Run the workflow for pushes to the main branch
push:
branches:
- master

# Run the workflow for pull requests (from forks or within the repo)
pull_request:
types:
- opened
- synchronize
- reopened

jobs:
verify-image-build:
Expand Down

0 comments on commit ac39d3a

Please sign in to comment.