-
Notifications
You must be signed in to change notification settings - Fork 51
Main merge into 0.4.0 #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
543513a
0b270ae
b13f894
d7c2094
289d7cb
046e769
87d0fec
c680266
40eb580
b2107cd
79aafbb
1b320c4
c0c6f0a
1ef9863
2e0a542
86abbad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ on: | |
| merge_group: | ||
| types: | ||
| - checks_requested | ||
|
|
||
| workflow_dispatch: | ||
| jobs: | ||
| lint: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ on: | |
| push: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From what I remember, the publish docs job shouldn't automatically run on push to main, only
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the main branch we still have publish on push |
||
| branches: | ||
| - main | ||
|
|
||
| workflow_dispatch: | ||
| jobs: | ||
| publish: | ||
| if: github.repository == 'software-mansion/react-native-executorch' | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.