Skip to content

Commit

Permalink
fix branches in action
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Mar 26, 2023
1 parent 693e1df commit 99bbadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/json-yaml-validate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: json-yaml-validate
on:
push:
branches:
- main
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 99bbadc

Please sign in to comment.