Skip to content

Commit

Permalink
Merge pull request #7 from kfly8/Update-github-action
Browse files Browse the repository at this point in the history
Build on main branch or pull request
  • Loading branch information
kfly8 authored Dec 15, 2024
2 parents 4ba8623 + 9dc473f commit 12908c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: test
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12908c3

Please sign in to comment.