0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00

Merge pull request #39 from signalapp/jack/gh-action-ignores

Update workflow ignores
This commit is contained in:
Jack Lloyd 2020-11-09 08:45:20 -05:00 committed by GitHub
commit 2ece8fc4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,10 @@ name: Java
on: on:
push: push:
branches: [ master ] branches: [ master ]
paths-ignore: ['swift/**']
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths-ignore: ['swift/**']
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View File

@ -3,10 +3,10 @@ name: Rust
on: on:
push: push:
branches: [ master ] branches: [ master ]
paths-ignore: ['swift/**'] paths-ignore: ['swift/**', 'java/**']
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths-ignore: ['swift/**'] paths-ignore: ['swift/**', 'java/**']
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View File

@ -3,8 +3,10 @@ name: Swift
on: on:
push: push:
branches: [ master ] branches: [ master ]
paths-ignore: ['java/**']
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths-ignore: ['java/**']
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always