Skip to content

Commit

Permalink
Update branch for GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lloda committed May 1, 2024
1 parent 88603dd commit 1b8391b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcc11-no-sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: gcc-11 -fno-sanitize=all

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcc11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: gcc-11

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1b8391b

Please sign in to comment.