Skip to content

Commit

Permalink
CI: Fix branch name.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps committed Sep 15, 2023
1 parent 10c1aa5 commit 415e5b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Test'
on:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Validate'
on:
push:
branches:
- master
workflow_dispatch:
pull_request:

Expand Down

0 comments on commit 415e5b2

Please sign in to comment.