Skip to content

Commit

Permalink
add github actions ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Dec 4, 2024
1 parent cb7a1b1 commit cb7eb2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-imgs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Docker Image CI (common)

on: push
on:
push:
paths:
- "common/**"
- ".github/workflows/build-imgs.yml"

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb7eb2d

Please sign in to comment.