Skip to content

Commit

Permalink
Update tests.yml for Continuous Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Jan 30, 2024
1 parent e9a356d commit b2a2e0a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Testing bemore
name: Continuous Integration

on: [push, pull_request, workflow_dispatch]
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- develop
pull_request:
branches:
- develop
merge_group:

# ensure that the workflow is only triggered once per PR, subsequent pushes to the PR will cancel
# and restart the workflow. See https://docs.github.com/en/actions/using-jobs/using-concurrency
Expand Down

0 comments on commit b2a2e0a

Please sign in to comment.