Skip to content

Commit

Permalink
Tests: Enable testing on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Sep 5, 2024
1 parent ff3fb8f commit b097f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ name: "CI"
on:
pull_request:
push:
# Comment out this section to enable testing of all branches.
# branches:
# - master
Comment out this section to enable testing of all branches.
branches:
- master

jobs:
build:
Expand Down

0 comments on commit b097f75

Please sign in to comment.