Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Aug 6, 2024
1 parent dba505f commit bdefd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push

on:
push:
branches: ["development"]
branches: ["master"]

env:
REGISTRY: ghcr.io
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Lint and test

on:
push:
branches: [main, development]

pull_request:
branches: [main, development]
on: [push, pull_request]

jobs:
lint-and-test:
Expand Down

0 comments on commit bdefd8b

Please sign in to comment.