Skip to content

Commit

Permalink
update checkout version & remove branches-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Oct 23, 2023
1 parent d06fdfa commit bfa1450
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- '.gitignore'
- 'LICENSE.md'
- 'README.md'
branches-ignore: [ main ]
pull_request:
branches: [ main ]
paths-ignore:
Expand All @@ -37,7 +36,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout github repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker meta
id: docker_meta
Expand Down

0 comments on commit bfa1450

Please sign in to comment.