Skip to content

Commit

Permalink
refactor: advanced config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Sep 12, 2024
1 parent b2f5946 commit 7f35574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build_docker

on:
push:
branches: [main]
branches: [master]
release:
types: [created] # This will only run on new releases

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: CI
on:
push:
branches:
- main
- jmal

pull_request:
branches:
- main
- jmal

jobs:
lint:
Expand Down

0 comments on commit 7f35574

Please sign in to comment.