Skip to content

Commit

Permalink
trigger workflow on push, pull_request and workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
anoburn committed Jul 13, 2024
1 parent 0be9d99 commit 9d07db1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Build

on:
push:
branches:
- main
pull_request:
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand Down

0 comments on commit 9d07db1

Please sign in to comment.