Skip to content

Commit

Permalink
[feat] add manual trigger to ci-s3 workflow (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu authored Oct 9, 2024
1 parent f919358 commit ae0c57d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 168 deletions.
166 changes: 0 additions & 166 deletions .github/workflows/ci-geth-s3.yml.DEPRECATED

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/ci-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
push:
branches:
- main
paths-ignore:
- '.github/**'
pull_request:
branches:
- main
paths-ignore:
- '.github/**'
workflow_dispatch:

permissions:
id-token: write
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Go tests

on:
push:
branches: [ main ]
branches:
- main
paths-ignore:
- '.github/**'
pull_request:
branches: [ main ]
branches:
- main
paths-ignore:
- '.github/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ae0c57d

Please sign in to comment.