Skip to content

Commit

Permalink
remove temporary branches from CI and update its name
Browse files Browse the repository at this point in the history
  • Loading branch information
consolethinks committed Mar 27, 2024
1 parent 981a287 commit 2a21cb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker_compose_test.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: "Docker Image CI"
name: "Docker Compose CI"

"on": # 'on' is a truthy value normally, quotes are needed
push:
branches:
- "master"
- "update_ci"
pull_request:
branches:
- "master"
- "update_ci"
jobs:
test:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 2a21cb4

Please sign in to comment.