Skip to content

Commit

Permalink
filter out main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Aug 3, 2024
1 parent a2867c2 commit dc14ef8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
rev: [nightly, v0.9.5, v0.10.0]
rev: [v0.9.5, v0.10.0]
include:
- os: ubuntu-22.04
install-cargo: curl -sSf https://sh.rustup.rs | sh -s -- -y
install-gg: cargo install grip-grab
- os: macos-12
install-cargo: curl -sSf https://sh.rustup.rs | sh -s -- -y
install-gg: cargo install grip-grab
- os: windows-2022
install-cargo: curl -sSf https://sh.rustup.rs | sh -s -- -y
install-gg: cargo install grip-grab

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Generate docs

on: [push, pull_request]
on:
push:
branches-ignore:
- master
pull_request_target:
branches:
- master

jobs:
build-sources:
Expand Down

0 comments on commit dc14ef8

Please sign in to comment.