Skip to content

Commit

Permalink
ci: add missing event triggers to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suliatis committed Nov 22, 2023
1 parent 0b0eceb commit 9391c4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
name: main

on:
push:
branches:
- '*'

jobs:
build:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 9391c4c

Please sign in to comment.