Skip to content

Commit

Permalink
Merge pull request #891 from DeinAlptraum/ci-guard
Browse files Browse the repository at this point in the history
CI: prevent duplicate triggering of build workflow
  • Loading branch information
bohning authored Aug 26, 2024
2 parents ba3d212 + 7c7298b commit 19d69da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
build_windows:
name: Build for Windows
Expand Down

0 comments on commit 19d69da

Please sign in to comment.