Skip to content

Commit

Permalink
Update build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sertonix committed Jul 31, 2024
1 parent 4d86e90 commit 31b244a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push, workflow_dispatch]
name: Build

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

permissions: read-all

Expand Down

0 comments on commit 31b244a

Please sign in to comment.