Skip to content

Commit

Permalink
ci: Build and test on every push and pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
  • Loading branch information
rw1nkler committed Jul 17, 2023
1 parent 09cab68 commit 7121bc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Python package

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

jobs:
build:
Expand Down

0 comments on commit 7121bc5

Please sign in to comment.