Skip to content

Commit

Permalink
test using push
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Jul 17, 2024
1 parent 69df707 commit 9b02219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
name: Build

on:
release:
types: [published]
on: push

permissions:
id-token: write
Expand Down Expand Up @@ -56,6 +54,8 @@ jobs:
rustup default
cargo -V
rustc -V
- name: Print var
run: echo "${ARCHIVE_FILENAME}"
- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 9b02219

Please sign in to comment.