Skip to content

Commit

Permalink
Cygwin: CI: don't run on both main and master refs
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Aug 2, 2023
1 parent c49bc47 commit 57e3e3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: cygwin

on: push
on:
push:
# since master is a symbolic reference to main, don't run for both
branches-ignore:
- 'master'

jobs:
fedora-build:
Expand Down

0 comments on commit 57e3e3d

Please sign in to comment.