Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
job update
  • Loading branch information
ondrovic committed Aug 25, 2024
1 parent 05961d2 commit 4f83d23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Generate Config

on:
push:
branches:
- ${{ github.event.repository.default_branch }}
workflow_dispatch:
inputs:
repository-name:
Expand All @@ -17,6 +15,7 @@ permissions:

jobs:
generate-config:
if: github.ref_name == github.event.repository.default_branch
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4f83d23

Please sign in to comment.