Skip to content

Commit

Permalink
do not automatically build on push to main branch (when all I did was…
Browse files Browse the repository at this point in the history
… e.g. polishing the README), which always needs a new version number
  • Loading branch information
EugenDueck committed Mar 14, 2024
1 parent c6d7ad0 commit 69d5bcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build

on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 69d5bcc

Please sign in to comment.