Skip to content

Commit

Permalink
Update branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Oct 7, 2023
1 parent ba6d12b commit 93308ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: CTFd MySQL CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: CTFd Postgres CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: CTFd SQLite CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
Expand Down

0 comments on commit 93308ab

Please sign in to comment.