Skip to content

Commit

Permalink
Update macOS and Cygwin 5.1.x workflows to avoid double runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jan 3, 2024
1 parent b75ce21 commit 413db75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/cygwin-51x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Cygwin 5.1

on: [push, pull_request, workflow_dispatch]
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/macosx-51x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: macOS 5.1

on: [push, pull_request, workflow_dispatch]
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 413db75

Please sign in to comment.