Skip to content

Commit

Permalink
chore(ci): update GitHub Actions workflow to trigger on specific bran…
Browse files Browse the repository at this point in the history
…ches for push and pull requests to improve CI process
  • Loading branch information
yxx4c committed Dec 2, 2024
1 parent ec2390a commit c6588d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: test

on: push
on:
push:
branches:
- dev
pull_request:
branches:
- "**"

jobs:
test:
Expand Down

0 comments on commit c6588d7

Please sign in to comment.