Skip to content

Commit

Permalink
Disable forge workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Apr 28, 2022
1 parent 77cb532 commit 7e0bd69
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/forge-build.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,9 @@
# against bad commits.

name: Forge Build
on: [pull_request, push]
on:
workflow_dispatch:


jobs:
build:
3 changes: 0 additions & 3 deletions .github/workflows/forge-release.yml
Original file line number Diff line number Diff line change
@@ -3,9 +3,6 @@
name: Forge Release

on:
release:
types:
- published
workflow_dispatch:

jobs:

0 comments on commit 7e0bd69

Please sign in to comment.