Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Feb 15, 2024
1 parent 5ecde7e commit 734db9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy Images to GHCR

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

jobs:
push-image:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit 734db9c

Please sign in to comment.