Skip to content

Commit

Permalink
ci: run ci when pr or push to master only
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed May 31, 2024
1 parent 2f87fc4 commit fabdc1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Run test case

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
run_test_case:
Expand Down

0 comments on commit fabdc1a

Please sign in to comment.