Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed May 27, 2024
1 parent 2bf0eff commit 9dda341
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
- master

pull_request:
branches:
- main
- master

jobs:
lint:
Expand Down

0 comments on commit 9dda341

Please sign in to comment.