Skip to content

Commit

Permalink
WTF is GH doing?!
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Oct 11, 2024
1 parent 7319b86 commit a1377da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: build
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ master, CI ]
pull_request:
branches: [ master ]
branches: [ master, CI ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -25,7 +25,7 @@ jobs:

build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [check-secret]
if: needs.check-secret.outputs.has-password == 'true'
# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit a1377da

Please sign in to comment.