We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af64e6 commit 92e416eCopy full SHA for 92e416e
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
11
runs-on: ubuntu-latest
12
- if: github.repository == 'shimmer' || github.event.push.ref != 'refs/heads/public-clone' || github.event.push.ref != 'refs/heads/main'
+ if: github.repository == 'shimmer' || github.event.ref != 'refs/heads/public-clone' || github.event.ref != 'refs/heads/main'
13
14
steps:
15
- uses: actions/checkout@v3
@@ -18,7 +18,7 @@ jobs:
18
with:
19
python-version: "3.11.4"
20
- name: test
21
- run: echo "${{ github.event.push.ref }}"
+ run: echo "${{ github.event.ref }}"
22
- name: Load cached Poetry install
23
uses: actions/cache@v3
24
id: cached-poetry
0 commit comments