Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Apr 21, 2024
1 parent c7dcd21 commit 6ce71b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

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

jobs:
build:
Expand Down

0 comments on commit 6ce71b3

Please sign in to comment.