Skip to content

Commit

Permalink
Fix build workflow to trigger on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
xofbd committed Apr 22, 2024
1 parent 8c96b0b commit 428d26b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build

on:
push:
branches:
- tdi
on: [push]

permissions:
contents: write
Expand Down

0 comments on commit 428d26b

Please sign in to comment.