Skip to content

Commit

Permalink
Add permissions to write, add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Apr 22, 2024
1 parent 8150a8f commit 26ed8b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hex2bin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Convert HEX to BIN

permissions:
contents: write

on:
push:
branches:
- zb_fws # Trigger on push to zb_fws branch
workflow_dispatch:

jobs:
convert:
Expand Down

0 comments on commit 26ed8b9

Please sign in to comment.