Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pharos-alexandria committed Jun 27, 2024
1 parent 7507cb2 commit 95493b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Hooktest and Release

on:
push:
# Dispatch when pushing to default branch; currently `master`
# Dispatch when pushing to default branch; currently `public`
branches:
- master
- public
# Dispatch on pull requests
pull_request:
jobs:
Expand All @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v2
# Setup Python
- name: Set up Python 3.x
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: "3.x"
python-version: "3.11"
# Setup Java for Hooktest
- name: Set up Java
uses: actions/setup-java@v2
Expand Down

0 comments on commit 95493b9

Please sign in to comment.