Skip to content

Commit

Permalink
Different way of referencing tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 28, 2024
1 parent 27dbb71 commit 652960c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test

on:
push:
branches: [ master, msvc-detect ]
branches: [ master ]
pull_request_target:
branches: [ master ]

Expand All @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, macos-13 ]
janet-version: [ master, v1.36.0 ]
janet-version: [ heads/master, tags/v1.36.0 ]
steps:
- name: Checkout Janet
uses: actions/checkout@v4
with:
repository: janet-lang/janet
path: janet
ref: refs/heads/${{ matrix.janet-version }}
ref: refs/${{ matrix.janet-version }}
- name: Build Janet
run: cd janet && make clean && make && make test
- name: Install Janet
Expand Down

0 comments on commit 652960c

Please sign in to comment.