Skip to content

Commit

Permalink
ci: trigger workflows on pushes to main, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Apr 14, 2024
1 parent 0bf05a2 commit 4b57c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
on:
push:
branches:
- master
- main

pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux
on:
push:
branches:
- master
- main
pull_request:

env:
Expand Down

0 comments on commit 4b57c3d

Please sign in to comment.