Skip to content

Commit 207f959

Browse files
committed
Enable workflows on ubuntu-22.04 branch
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
1 parent cd7fc7a commit 207f959

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/PR.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
branches:
99
- main
10+
- ubuntu-22.04
1011

1112
jobs:
1213
workflow-setup:
@@ -80,4 +81,4 @@ jobs:
8081
needs: [workflow-setup, plenum_tests]
8182
if: ${{ needs.workflow-setup.outputs.testsNeeded == 'false' || success() }}
8283
steps:
83-
- run: 'echo "Just a status Check (Always true, when executed) for branch protection rules(blocks merging while test are running and if tests fail)." '
84+
- run: 'echo "Just a status Check (Always true, when executed) for branch protection rules(blocks merging while test are running and if tests fail)." '

.github/workflows/Push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- ubuntu-22.04
67
paths:
78
- '**.py'
89
- '.github/**'

0 commit comments

Comments
 (0)