Skip to content

Commit

Permalink
Restore build config
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 12, 2024
1 parent bbea0fb commit f95550e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
#branches: [ main ]
branches: [ main ]
paths-ignore:
- "**/**.md"
jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
python-version: [3.9]

#if: startsWith(github.event.head_commit.message, 'Release')
if: startsWith(github.event.head_commit.message, 'Release')
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f95550e

Please sign in to comment.