Skip to content

Commit

Permalink
Remove branch specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Mar 14, 2024
1 parent bad9d6e commit 702bfcd
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: ci

on:
push:
branches: ["main", "0.3.x"]
pull_request:
branches: ["main", "0.3.x"]
on: [push, pull_request]

jobs:
build_and_test:
Expand Down

0 comments on commit 702bfcd

Please sign in to comment.