Skip to content

Commit

Permalink
update: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos committed Feb 1, 2022
1 parent 220afad commit e202a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/init.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Initialize

on: [create]
on: push

jobs:
init:
if: github.run_number == 1
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit e202a88

Please sign in to comment.