Skip to content

Commit

Permalink
Merge pull request hashgraph#1948 from hashgraph/main
Browse files Browse the repository at this point in the history
Work-around Github Actions problem by enabling manual run of the work…
  • Loading branch information
simvalery authored Mar 27, 2023
2 parents 681c1e0 + 75da2df commit a00aff3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Guardian CI API Tests
on:
workflow_dispatch:
description: 'Manual run'
push:
branches-ignore:
- 'dependabot/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Guardian CI
on:
workflow_dispatch:
description: 'Manual run'
push:
branches-ignore:
- 'dependabot/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish Images
on:
workflow_dispatch:
description: 'Manual run'
release:
types: [published]

Expand Down

0 comments on commit a00aff3

Please sign in to comment.