Skip to content

Commit

Permalink
tweak github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubnix committed Aug 16, 2024
1 parent 1cf6d98 commit bee161f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: CI
on: [push]
on:
push:
branches:
- main

jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit bee161f

Please sign in to comment.