Skip to content

Commit

Permalink
update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Oct 22, 2024
1 parent e06df6e commit a7f3f65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build repo

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

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- main

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions testdriver/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 4.0.44
steps:
- prompt: open chrome
commands:
Expand Down

0 comments on commit a7f3f65

Please sign in to comment.