Skip to content

Commit

Permalink
Merge commit '6080a19e68dd5a9c7cae8ada29d1dab0b12beaf5'
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Dec 13, 2023
2 parents 33d2e48 + 6080a19 commit 670435f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_github.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Docker Github
on:
push:
branches:
- main
create:
tags:
- 'v*'
jobs:
build:
name: Build image
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test
on: [push]
on:
push:
branches:
- test
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 670435f

Please sign in to comment.