Skip to content

Commit

Permalink
ci: update build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Feb 17, 2024
1 parent 0cfa0b8 commit d46498c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: CI Build
on:
# Runs on pushes targeting the default branch
push:
branches:
- main
- "**"
# - main
# - master
# - trunk
tags:
- "!**"
# Run every time a PR is updated
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d46498c

Please sign in to comment.