Skip to content

Commit

Permalink
optimise CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Oct 15, 2024
1 parent 1681049 commit a2c5e74
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Build and Test

on: [ push, pull_request ]
on:
pull_request:
branches:
- main
- series/**
push:
branches:
- main
- series/**
- feature/**

jobs:
build:
Expand Down

0 comments on commit a2c5e74

Please sign in to comment.