Skip to content

Commit 88f0cdd

Browse files
committed
maybe now
1 parent 1cf9f26 commit 88f0cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-archs-consistency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
18-
if: ${{github.repository == 'software-mansion/react-native-gesture-handler'}}
18+
if: github.repository == 'software-mansion/react-native-gesture-handler'
1919

2020
check:
2121
runs-on: ubuntu-latest

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to GitHub Pages
33
on:
44
push:
55
branches:
6-
- @akwasniewski/update-gh-pages-workflow
6+
- "@akwasniewski/update-gh-pages-workflow"
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)