Skip to content

Commit

Permalink
feat: update github action to use dispatch (#51)
Browse files Browse the repository at this point in the history
* feat: update github action to use dispatch

* Add tag trigger, remove pull request trigger

---------

Co-authored-by: Dmitry Mirgaleev <[email protected]>
  • Loading branch information
JoE11-y and dmirgaleev authored Oct 2, 2024
1 parent 61f9048 commit 0699c4b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Build

on:
repository_dispatch:
types: [prover-update]
push:
branches:
- 'master'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'master'

jobs:
build:
Expand All @@ -20,7 +18,7 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 0699c4b

Please sign in to comment.