Skip to content

Commit

Permalink
fix: docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Sep 25, 2024
1 parent 66b4284 commit c5a970e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 66 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/docker_ci.yaml

This file was deleted.

22 changes: 15 additions & 7 deletions .github/workflows/docker_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@ name: Docker-CI
on:
push:
branches:
- main
- release/*
- "main"
- "release/*"
paths:
- frontend/**
- ".github/workflows/docker_ci.yaml"
- "frontend/scripts/docker-buildfiles/**"
- "frontend/rust-lib/**"
- "frontend/appflowy_flutter/**"
- "frontend/resources/**"

pull_request:
branches:
- main
- release/*
- "main"
- "release/*"
paths:
- frontend/**
types: [ opened, synchronize, reopened, unlocked, ready_for_review ]
- ".github/workflows/docker_ci.yaml"
- "frontend/scripts/docker-buildfiles/**"
- "frontend/rust-lib/**"
- "frontend/appflowy_flutter/**"
- "frontend/resources/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit c5a970e

Please sign in to comment.