Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
improved github action
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Jul 21, 2021
1 parent 074064a commit c7e1490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: build-main
name: build-and-push-master

# # Controls when the workflow will run
on:
Expand All @@ -12,7 +12,7 @@ on:
branches:
- master
release:
types: [published, created, edited, prereleased]
types: [published, created, released, prereleased]
workflow_dispatch: {}
env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit c7e1490

Please sign in to comment.