Skip to content

Commit

Permalink
ci: remove on push condition from build + release
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 1, 2024
1 parent ce8b9da commit d7ce4b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build

on:
push:
workflow_call:
pull_request:
types: [opened, synchronize, reopened]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release

on:
push:
workflow_dispatch:

permissions:
Expand Down

0 comments on commit d7ce4b3

Please sign in to comment.