Skip to content

Commit

Permalink
Fix branch namings
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jan 11, 2024
1 parent 82afb06 commit e918027
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Azure Static Web Apps CI/CD
on:
push:
branches:
- master
- main

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributing

Just click the `Edit on GitHub` button while observing a page with mistakes as shown below. GitHub will guide you to fork the repository. Please don't forget to create a pull request!

![Contributing via Documentation Site](https://raw.githubusercontent.com/HangfireIO/Hangfire-Documentation/master/contributing.png)
![Contributing via Documentation Site](https://raw.githubusercontent.com/HangfireIO/Hangfire.Documentation/main/contributing.png)

Documentation is automatically deployed to the site after each commit. For small changes just propose a pull request. Thanks to [Read the Docs](https://readthedocs.org) service for help!

Expand Down
2 changes: 1 addition & 1 deletion background-methods/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Parameters

It is also possible to preserve some context that will be associated with a background job by using *Job Parameters*. This feature is available from :doc:`Background Job Filters <../extensibility/using-job-filters>` and allow us to capture and restore some ambient information. Extension filters use job parameters to store additional details without any intervention to method call metadata.

For example, the `CaptureCultureAttribute <https:/HangfireIO/Hangfire/blob/master/src/Hangfire.Core/CaptureCultureAttribute.cs>`_ filter uses job parameters to capture ``CurrentCulture`` and ``CurrentUICulture`` when creating a background job and restores it when it is about to be processed.
For example, the `CaptureCultureAttribute <https:/HangfireIO/Hangfire/blob/main/src/Hangfire.Core/CaptureCultureAttribute.cs>`_ filter uses job parameters to capture ``CurrentCulture`` and ``CurrentUICulture`` when creating a background job and restores it when it is about to be processed.

.. admonition:: Anyway, no other context data is preserved
:class: note
Expand Down

0 comments on commit e918027

Please sign in to comment.