Skip to content

Commit

Permalink
updated action on release and pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
awaseem committed Dec 12, 2022
1 parent ba5a99d commit 66de7c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Create and publish a Docker image
name: Docker image main/release

on:
push:
branches: ['main']
release:
types: [published]

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Linting and testing

on: [push]

Expand Down

0 comments on commit 66de7c3

Please sign in to comment.