Skip to content

Commit

Permalink
ci: Refactor invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Nov 17, 2024
1 parent 9ed81ec commit 9899db8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Build, Lint, Test and possibly release

on:
push:
branches:
- "*"
branches: [ "main" ]
pull_request:
branches:
- main
branches: [ "main" ]
release:
types:
- published
types: [ "published" ]
schedule:
- cron: '0 0 * * 0'

permissions:
contents: read

jobs:
build-lint-test-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9899db8

Please sign in to comment.