Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Sep 15, 2024
1 parent 9a97268 commit ae5ce3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Docker image

on:
push:
branches: ['rewrite']
branches: ['main']

jobs:
build-and-push-image:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

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

jobs:
build:
Expand Down

0 comments on commit ae5ce3f

Please sign in to comment.