Skip to content

Commit

Permalink
workflows: Updating test branch rules
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelboing committed Aug 27, 2024
1 parent 560e852 commit 3f742ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit-test-ngham.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
#
#

name: Unit tests
name: NGHam Unit test

on:
push:
branches: [main]
branches: [ dev_firmware ]
pull_request:
branches: [main, dev]
branches: [ master, dev, dev_firmware]


# 'workflow_dispatch' allows manual execution of this workflow under the repository's 'Actions' tab
workflow_dispatch:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/unit-test-rsclib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
#
#

name: Unit tests
name: RSCLib Unit tests

on:
push:
branches: [dev]
branches: [ dev_firmware ]
pull_request:
branches: [main, dev]
branches: [ master, dev, dev_firmware]


# 'workflow_dispatch' allows manual execution of this workflow under the repository's 'Actions' tab
workflow_dispatch:
Expand Down

0 comments on commit 3f742ea

Please sign in to comment.