Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves sigstore/community#121 #2263

Merged
merged 2 commits into from Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -17,6 +17,14 @@ name: CI-Container-Build

on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches:
- main
- release-*
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -17,6 +17,14 @@ name: CodeQL

on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches: [ main ]

env:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/cross.yaml
@@ -1,5 +1,13 @@
on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches:
- main
- release-*
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-with-binary.yml
Expand Up @@ -14,10 +14,17 @@
# limitations under the License.

name: e2e-with-binary

# Run on every push, and allow it to be run manually.
on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches: [ 'main' ]
workflow_dispatch:

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/e2e_tests.yml
Expand Up @@ -18,6 +18,14 @@ name: e2e-tests
# Run on every push, and allow it to be run manually.
on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches:
- "main"
workflow_dispatch:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/github-oidc.yaml
Expand Up @@ -15,6 +15,14 @@
name: Test GitHub OIDC
on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches: [ 'main', 'release-*' ]
schedule:
- cron: '0 1 * * *' # 1AM UTC
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -17,6 +17,14 @@ name: CI-Tests
on:
workflow_dispatch:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches: ['main', 'release-*']
pull_request:

Expand Down