Skip to content

Commit

Permalink
on
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Feb 22, 2024
1 parent f1fc683 commit 2ceb798
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: ci

on: [push, pull_request]
on:
# Run on any push to main or any tag
push:
branches:
- main
tags:
- '*'
# Run on any pull request
pull_request:
branches:
- main

jobs:
build-bin:
Expand Down

0 comments on commit 2ceb798

Please sign in to comment.