Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QilinPTA authored Feb 18, 2022
1 parent 6eb43e9 commit 23782a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: Docker Image CI

on:
push:
branches: [ main ]
tags:
- '*'
# branches: [ main ]

jobs:

build:

if: github.event.base_ref == 'refs/heads/main'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 23782a6

Please sign in to comment.