Skip to content

Commit

Permalink
Enable workflows on ubuntu-22.04 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Apr 24, 2024
1 parent cd7fc7a commit 207f959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

branches:
- main
- ubuntu-22.04

jobs:
workflow-setup:
Expand Down Expand Up @@ -80,4 +81,4 @@ jobs:
needs: [workflow-setup, plenum_tests]
if: ${{ needs.workflow-setup.outputs.testsNeeded == 'false' || success() }}
steps:
- run: 'echo "Just a status Check (Always true, when executed) for branch protection rules(blocks merging while test are running and if tests fail)." '
- run: 'echo "Just a status Check (Always true, when executed) for branch protection rules(blocks merging while test are running and if tests fail)." '
1 change: 1 addition & 0 deletions .github/workflows/Push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- ubuntu-22.04
paths:
- '**.py'
- '.github/**'
Expand Down

0 comments on commit 207f959

Please sign in to comment.