MinecraftTAS / LoTAS

Low Optimization Tool Assisted Speedrun Mod 1.8.9-1.20.1
https://minecrafttas.com
GNU General Public License v3.0
51 stars 10 forks source link

Update workflow to only execute on the main repository #103

Closed ScribbleTAS closed 1 year ago

ScribbleTAS commented 1 year ago
    permissions: write-all
    runs-on: ubuntu-latest
+    if: github.repository == 'MinecraftTAS/LoTAS'
    steps:
    - name: Check out repository