mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-07 14:46:42 +00:00
Revert "CI: temporarily enable for PRs to v6 branch" [skip ci]
This commit is contained in:
parent
dd01ee00cb
commit
01b62399af
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -2,7 +2,7 @@ name: Performance Regression Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main, v6]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
benchmark:
|
||||
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main, v6]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
2
.github/workflows/sop-test-suite.yml
vendored
2
.github/workflows/sop-test-suite.yml
vendored
@ -2,7 +2,7 @@ name: SOP interoperability test suite
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main, v6 ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main, v6]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build: # cache both dist and tests (non-lightweight only), based on commit hash
|
||||
|
Loading…
x
Reference in New Issue
Block a user