Skip to content

Commit

Permalink
Build pushes and PRs on master branch only. (indilib#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
TallFurryMan authored Jul 25, 2022
1 parent f3b9ca5 commit 15a9b44
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Linux
on: [push, pull_request, workflow_dispatch]

on:
workflow_dispatch:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: MacOS

on: [push, pull_request, workflow_dispatch]
on:
workflow_dispatch:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'

jobs:
build:
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/pyindi.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: PyIndi
on: [push, pull_request, workflow_dispatch]

on:
workflow_dispatch:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'


jobs:
build:
Expand Down

0 comments on commit 15a9b44

Please sign in to comment.