Skip to content

Commit

Permalink
Temporarily permit action for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kochaika committed Dec 4, 2023
1 parent cb5d986 commit a736174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/links_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: LinksChecker
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit a736174

Please sign in to comment.