Skip to content

Commit

Permalink
drop this
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Sep 12, 2024
1 parent e6056fb commit 1b0c519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI

on:
pull_request:
branches: [master]
branches: [libdd-part-1]
types: [opened, synchronize, reopened]
push:
branches: [master]
branches: [libdd-part-1]
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ name: CI Docker

on:
pull_request:
branches: [master]
branches: [libdd-part-1]
types: [opened, synchronize, reopened]
push:
branches: [master]
branches: [libdd-part-1]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 1b0c519

Please sign in to comment.