Skip to content

Commit

Permalink
Run actions on push to master, pull requests (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 25, 2022
1 parent 13e6f39 commit ec3530d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Expand Up @@ -20,6 +20,8 @@ name: Docs
on:
# always trigger
push:
branches:
- master
pull_request:

jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/integration.yml
Expand Up @@ -20,9 +20,8 @@ name: Integration
# Only run when arrow or github changes
on:
push:
paths:
- arrow/**
- .github/**
branches:
- master
pull_request:
paths:
- arrow/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/miri.yaml
Expand Up @@ -20,6 +20,8 @@ name: MIRI
on:
# always trigger
push:
branches:
- master
pull_request:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/object_store.yml
Expand Up @@ -19,6 +19,9 @@
name: "Object Store"

on:
push:
branches:
- master
pull_request:
paths:
# Only run when object store files or github workflows change
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -20,6 +20,8 @@ name: Rust
on:
# always trigger
push:
branches:
- master
pull_request:

jobs:
Expand Down

0 comments on commit ec3530d

Please sign in to comment.