Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
expanded actions (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
LtChae authored May 25, 2021
1 parent 56338cb commit c1e5363
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker publish
on:
push:
branches:
- main
- master
release:
types:
- created
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Docker test

on:
pull_request:
branches:
- master

jobs:
dev:
name: Test Image
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build Image
run: docker build .

0 comments on commit c1e5363

Please sign in to comment.