Skip to content

Commit

Permalink
chore: update workflow style (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
raighnew authored Oct 9, 2024
1 parent 2f68b26 commit 9bc1dc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
branches: ["master"]
paths:
- '**'
- '!README*'
- '!changelog.txt'
- "**"
- "!README*"
- "!changelog.txt"

pull_request:
branches: [ "master" ]
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -28,7 +28,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Build image
Expand Down

0 comments on commit 9bc1dc6

Please sign in to comment.