Skip to content

Commit

Permalink
WIP: try on personal fork
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed May 21, 2024
1 parent e064205 commit a7d91ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ "master" ]
branches: [ "cross_platform_GH_actions" ]
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Format code

on:
push:
branches: [ "master" ]
branches: [ "cross_platform_GH_actions" ]
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint code

on:
push:
branches: [ "master" ]
branches: [ "cross_platform_GH_actions" ]
pull_request:
branches: [ "master" ]

Expand Down
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: Run tests

on:
push:
branches: [ "master" ]
branches: [ "cross_platform_GH_actions" ]
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit a7d91ab

Please sign in to comment.