Skip to content

Commit

Permalink
Run CI on main & develop branches
Browse files Browse the repository at this point in the history
  • Loading branch information
msz-rai committed Mar 7, 2024
1 parent ce7ceae commit aecf817
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: build-and-test

run-name: Build & test for PR '${{ github.event.pull_request.title }}'

on: [pull_request]
run-name: Build & test for ${{ github.ref_name }} on ${{ github.sha }}

on:
push:
branches:
- 'main'
- 'develop'
pull_request:
types: [opened, synchronize, reopened]

# Cancel previous runs if new changes on PR/branch
concurrency:
Expand Down

0 comments on commit aecf817

Please sign in to comment.